]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/AliEventServerWindow.cxx
STORAGE module added, new macro for Event Display, minor changes in MONITOR
[u/mrichter/AliRoot.git] / MONITOR / AliEventServerWindow.cxx
index 2167f07685881169ccea8a2bda9cba00ff9f59fe..c5197603c148e763c1bc8d51cb7aa2cf141947b0 100644 (file)
@@ -131,7 +131,7 @@ void AliEventServerWindow::FillRunsFromDatabase()
   }
   TString sqlQuery;
   TTimeStamp ts;
-  sqlQuery.Form("SELECT run FROM logbook WHERE DAQ_time_start > %u AND DAQ_time_end IS NULL AND partition REGEXP 'PHYSICS.*'",
+  sqlQuery.Form("SELECT run FROM logbook WHERE DAQ_time_start > %u AND DAQ_time_end IS NULL AND `partition` REGEXP 'PHYSICS.*'",
     (UInt_t)ts.GetSec()-86400);
   TSQLResult* result = server->Query(sqlQuery);
   if (!result)