OutputTranslations.php
authorEdward <edward@roojs.com>
Mon, 30 Mar 2015 05:02:12 +0000 (13:02 +0800)
committerEdward <edward@roojs.com>
Mon, 30 Mar 2015 05:02:12 +0000 (13:02 +0800)
OutputTranslations.php

index c0d8bd4..bd4f98a 100644 (file)
@@ -41,7 +41,7 @@ class Pman_Cms_OutputTranslations extends Pman
                 $ret[$tmpl->template][$t->src_id_mdsum] = (empty($t->txt)) ? $t->src_id_txt : $t->txt;
             }
         }
-        print_R($ret);exit;
+        
         return $ret;
     }