Index: trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php	(revision 9249)
+++ trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php	(revision 9486)
@@ -118,10 +118,10 @@
             $query0 .= " AND ";
 
-        $query0 .= StatusQuery("fCCFileAvail", $needs);
-        $query0 .= StatusQuery("fCaCoFileAvail", $needs);
-        $query0 .= StatusQuery("fCaCoFileFound", $needs);
-        $query0 .= StatusQuery("fRawFileAvail", $needs);
-        $query0 .= StatusQuery("fDataCheckDone", $needs);
-        $query0 .= StatusQuery("fTimingCorrection", $needs);
+        $query0 .= StatusQuery("fCCFileAvail", $needs, $timelimits);
+        $query0 .= StatusQuery("fCaCoFileAvail", $needs, $timelimits);
+        $query0 .= StatusQuery("fCaCoFileFound", $needs, $timelimits);
+        $query0 .= StatusQuery("fRawFileAvail", $needs, $timelimits);
+        $query0 .= StatusQuery("fDataCheckDone", $needs, $timelimits);
+        $query0 .= StatusQuery("fTimingCorrection", $needs, $timelimits);
 
         if ((!empty($_GET["fRunMin"]) || $_GET["fRunMin"]=="0") && !empty($_GET["fRunMax"]))
