DataObjects/Core_watch.php
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:13:37 +0000 (15:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:13:37 +0000 (15:13 +0800)
DataObjects/Core_watch.php

index 14cc0e5..9c93542 100644 (file)
@@ -131,6 +131,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
             $n->person_id = $p;
             $n->watch_id =  $watch->id;
             
+            // does this watch already have a flag...
             $nf = clone($n);
             $nf->whereAdd('sent < act_when');
             if ($nf->count()) {