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

index 8857721..e8a1693 100644 (file)
@@ -55,8 +55,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
                 i18n AS join_country
             ON
                 (join_country.lkey = Office.country AND join_country.inlang = 'en')
-            GROUP BY
-                Office.country
+            
         ";
         $item = DB_DataObject::Factory('I18n');
         $this->selectAs($item, 'country_id_%s', 'join_country');