DataObjects/Events.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 6 Jan 2012 08:54:27 +0000 (16:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 6 Jan 2012 08:54:27 +0000 (16:54 +0800)
DataObjects/Events.php
DataObjects/Events.php

DataObjects/Events.php

index 234c733..96a1525 100644 (file)
@@ -141,8 +141,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
                 foreach($ar as $k=>$v) {
                     $w[] = "( {$tn}.on_table = '$k' AND {$tn}.on_id IN (". implode(',', $v). "))";
                 }
-                $this->whereAdd(implode(' OR ' , $w);
-                
+                $this->whereAdd(implode(' OR ' , $w));
             }