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

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