Notify.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 02:36:01 +0000 (10:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 02:36:01 +0000 (10:36 +0800)
Notify.php

index c88daa2..41d6520 100644 (file)
@@ -153,6 +153,8 @@ class Pman_Core_Notify extends Pman
             
             $this->run($p->id,$p->person_id_email);
         }
+        
+        // we should have a time limit here...
         while(count($this->pool)) {
             $this->poolfree();
             sleep(3);