From: Alan Knowles Date: Thu, 29 Sep 2011 14:23:31 +0000 (+0800) Subject: NotifyAction.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=432845c3c0c70e6d79993be83657ebe64e297f3f NotifyAction.php --- diff --git a/NotifyAction.php b/NotifyAction.php index 52a5bf5b..20116a45 100644 --- a/NotifyAction.php +++ b/NotifyAction.php @@ -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????? } - - - }