DataObjects/Office.php
authorChris <chris@roojs.com>
Mon, 7 Jan 2013 06:06:21 +0000 (14:06 +0800)
committerChris <chris@roojs.com>
Mon, 7 Jan 2013 06:06:21 +0000 (14:06 +0800)
DataObjects/Office.php

index 491cd64..6281c0e 100644 (file)
@@ -26,12 +26,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
     ###END_AUTOCODE
     function applyFilters($q, $au)
     {
-        //DB_DataObject::debugLevel(1);
-        //$this->joinAddCountry();
-        //print_r($au);
         $this->selectAdd(" i18n_translate('c' , 'CN', 'en') as country_name");
-        //$this->selectAdd("(SELECT lval FROM i18n WHERE lkey = Office.country AND ltype = 'c' AND inlang = '{$au->lang}') AS country_name");
-       
     }
     
     function joinAddCountry()