DataObjects/Office.php
authorChris <chris@roojs.com>
Thu, 3 Jan 2013 08:38:22 +0000 (16:38 +0800)
committerChris <chris@roojs.com>
Thu, 3 Jan 2013 08:38:22 +0000 (16:38 +0800)
DataObjects/Office.php

index 2cb6d65..a9542f9 100644 (file)
@@ -35,7 +35,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
     {
         $this->_join .= '
             LEFT JOIN
-                i18n as join_country
+                i18n AS join_country
             ON
                 (join_country.lkey = Office.country)
         ';