X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2FCore_watch.php;h=80a49a1719fbd1b3599c68d1fc6c6f6dcb118021;hb=995c863d6c91fa7d1cad78539ce19f6642ff7ee7;hp=57010b35caebd51d89b01ffbc1f3f65da5925548;hpb=a99cc172305065d4d88d93bdd01c1659ea4df01c;p=Pman.Core diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index 57010b35..80a49a17 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -134,7 +134,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject function notifyEvent($event) { - DB_DataObject::DebugLevel(1); + //DB_DataObject::DebugLevel(1); // see if there are any watches on events.. // notify everyone flagged except the person doing it... // this is very basic logic... - @@ -165,7 +165,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject foreach($watches as $watch) { if (!$watch->person_id) { // no people??? bugs in watch table - $dom = explode(':',$watch->event); + $dom = explode(':',$watch->medium); if (count($dom) != 2) { continue; }