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

index 94b89dc..41c234e 100644 (file)
@@ -42,8 +42,8 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
 //                    Office.id = $id
 //                ");
 //            }
-            //$this->selectAdd();
-            //$this->selectAdd("DISTINCT(country) as country");
+            $this->selectAdd();
+            $this->selectAdd("DISTINCT(country) as country");
             $this->joinAddCountryWithPerson();
         }
     }