DataObjects/Events.php
authorKH Lau <khlau@roojs.com>
Tue, 24 Oct 2017 02:54:54 +0000 (10:54 +0800)
committerKH Lau <khlau@roojs.com>
Tue, 24 Oct 2017 02:54:54 +0000 (10:54 +0800)
DataObjects/Events.php

index 48105eb..0725ab1 100644 (file)
@@ -96,7 +96,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             $this->_join .= "LEFT JOIN {$et->tableName()} AS evet ON (evet.id=Events.id)";
             $this->selectAdd("(select count(*)+1 from Events where Events.dup_id = evet.id) as cnt ");            
                   $this->selectAs($et,'%s','evet');
-                  $this->having('Events.dup_id = 0 ');
+                  //$this->having('Events.dup_id = 0 ');
             
         }
         /*