Notify.php
authorChris <chris@roojs.com>
Tue, 18 Jun 2013 12:32:33 +0000 (20:32 +0800)
committerChris <chris@roojs.com>
Tue, 18 Jun 2013 12:32:33 +0000 (20:32 +0800)
Notify.php

index 82c11ed..2fa4af8 100644 (file)
@@ -260,7 +260,7 @@ class Pman_Core_Notify extends Pman
          
         foreach($requeue as $p) {
             $pp = clone($p);
-            $p->act_when = strtotime('NOW + 1 MINUTE');// $p->sqlValue('NOW + INTERVAL 1 MINUTE');
+            $p->act_when = $p->sqlValue('NOW + INTERVAL 1 MINUTE');
             $p->update($pp);
             
         }