DataObjects/Office.php
authorChris <chris@roojs.com>
Tue, 8 Jan 2013 10:08:24 +0000 (18:08 +0800)
committerChris <chris@roojs.com>
Tue, 8 Jan 2013 10:08:24 +0000 (18:08 +0800)
DataObjects/Office.php

index 49588a0..782fc13 100644 (file)
@@ -42,7 +42,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
 //                    Office.id = $id
 //                ");
 //            }
-            $this->selectAdd();
+            //$this->selectAdd();
             $this->selectAdd("DISTINCT(Office.country) as country");
             $this->joinAddCountryWithPerson();
         }