DataObjects/Office.php
[Pman.Core] / DataObjects / Office.php
index 657a5fb..b808b4c 100644 (file)
@@ -28,6 +28,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
     {
         //DB_DataObject::debugLevel(1);
         //$this->joinAddCountry();
+        print_r($au);
         $this->selectAdd("(SELECT lval FROM i18n WHERE lkey = Office.country AND ltype = 'c' AND inlang = 'en') AS country_name");
        
     }