OutputTranslations.php
authoredward <edward@roojs.com>
Fri, 2 Feb 2018 05:30:16 +0000 (13:30 +0800)
committeredward <edward@roojs.com>
Fri, 2 Feb 2018 05:30:16 +0000 (13:30 +0800)
OutputTranslations.php

index 4b6cdba..436f439 100644 (file)
@@ -29,8 +29,6 @@ class Pman_Cms_OutputTranslations extends Pman
         $template->whereAddIn('view_name', $projects, 'string');
         $template = $template->fetchAll('id');
         
-        print_R($template);exit;
-        
         $base = DB_DataObject::factory('cms_templatestr');
         $base->setFrom(array(
             'lang' => '',