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

index 8a75b4a..169265e 100644 (file)
@@ -57,7 +57,6 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
                 (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');