From: Alan Knowles Date: Thu, 29 Sep 2011 14:33:21 +0000 (+0800) Subject: NotifyAction.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e3a00108f28df0a56637c734cc143a66af3f41d9 NotifyAction.php --- diff --git a/NotifyAction.php b/NotifyAction.php index ffd385c9..8b692e3f 100644 --- a/NotifyAction.php +++ b/NotifyAction.php @@ -42,7 +42,7 @@ class Pman_Core_NotifyAction extends Pman // on_table, // action(eg. APPROVAL) // on_id (comma delimited.) - DB_DataObject::debugLevel(1); + //DB_DataObject::debugLevel(1); $n = DB_DataObject::factory('core_notify'); $n->person_id = $this->authUser->id; // in theory in workflow, this could trigger another action... @@ -70,7 +70,7 @@ class Pman_Core_NotifyAction extends Pman // add an event????? } - + $this->jok("updated"); }