DataObjects/Core_watch.php
authorAlan Knowles <alan@roojs.com>
Fri, 30 Nov 2012 02:07:59 +0000 (10:07 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Nov 2012 02:07:59 +0000 (10:07 +0800)
DataObjects/Core_watch.php

index 7f798be..a88c5e4 100644 (file)
@@ -154,8 +154,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
         
         
         $w->whereAdd('person_id != '. (int) $event->person_id);
-
-        
         $watches = $w->fetchAll();
         
         //print_R($watches);exit;