UpdateDatabase.php
authorEdward <edward@roojs.com>
Mon, 27 May 2013 07:07:49 +0000 (15:07 +0800)
committerEdward <edward@roojs.com>
Mon, 27 May 2013 07:07:49 +0000 (15:07 +0800)
DataObjects/Office.php

DataObjects/Office.php

index f12f433..1ae9a32 100644 (file)
@@ -29,7 +29,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
         //DB_DataObject::debugLevel(1);
         $tn  = $this->tableName();
         $this->selectAdd("   i18n_translate('c' , {$tn}.country, 'en') as office_id_country_name");
-        $this->_extra_cols = array()'office_id_country_name');
+        $this->_extra_cols = array('office_id_country_name');
     }