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

index 436f439..4b6cdba 100644 (file)
@@ -29,6 +29,8 @@ 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' => '',