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

index 8b0b915..f92b53c 100644 (file)
@@ -38,8 +38,9 @@ class Pman_Core_NotifyAction extends Pman
     function post()
     {
         // needs: (Array of...)
-        // on_table, action(eg. APPROVAL)
-        // on_id (comma delimited.)
+        //   on_table,
+        //   action(eg. APPROVAL)
+        //   on_id (comma delimited.)
         $n = DB_DataObject::factory('core_notify');
         $n->person_id = $this->authUser->id;
         // in theory in workflow, this could trigger another action...