NotifyAction.php
authorAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 14:23:31 +0000 (22:23 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 14:23:31 +0000 (22:23 +0800)
NotifyAction.php

index 52a5bf5..20116a4 100644 (file)
@@ -64,12 +64,10 @@ class Pman_Core_NotifyAction extends Pman
             $nc = clone($n);
             $nc->sent = date('Y-m-d H:i:s');
             $nc->update($n);
+            
             // add an event?????
         }
         
-    
-        
-        
         
         
     }