rabin %!s(int64=3) %!d(string=hai) anos
pai
achega
73ecdb51d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      learn/active/lib/Active.php

+ 1 - 1
learn/active/lib/Active.php

@@ -81,7 +81,7 @@ class Active
 
 		$time = time();
         $order_data_where = $insert;
-        $order_data_where['start'] = $time - 60;
+        $order_data_where['start'] = $time - 10;
         $order_data_where['end'] = $time;
         $order_data_where['option']['start'] = array('yes-cdate', '>=');
         $order_data_where['option']['end'] = array('yes-cdate', '<=');