Pman/I18N.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 21 Dec 2011 08:36:18 +0000 (16:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 21 Dec 2011 08:36:18 +0000 (16:36 +0800)
Pman/I18N.php

index 46e34cb..b39928b 100644 (file)
@@ -35,15 +35,7 @@ class Pman_I18N extends Pman_Core_I18n
       
    
      
-    function translateList($au, $type, $k)  
-    {
-        $ar = explode(',', $k);
-        $ret = array();
-        foreach($ar as $kk) {
-            $ret[] = $this->translate($au, $type, $kk);
-        }
-        return implode(', ', $ret);
-    }
+   
    
     */