DataObjects/I18n.php
authorAlan Knowles <alan@roojs.com>
Tue, 26 Feb 2013 03:34:06 +0000 (11:34 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Feb 2013 03:34:06 +0000 (11:34 +0800)
DataObjects/I18n.php

index a57917d..bf909f7 100644 (file)
@@ -187,7 +187,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
                 
                 
                 foreach ($cfg['add_l'] as $k=>$v){
-                    // make sure that add_l is formated correctly..
+                    // make sure that add_l is formated correctly.. (lower_UPPER?)
                     $tolang = explode('_', $k);
                     $tolang[0] = strtolower($tolang[0]);
                     $tolang = implode('_', $tolang);