Pman/I18N.php
[Pman.Base] / 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);
-    }
+   
    
     */