DataObjects/Core_template.php
authorAlan <alan@roojs.com>
Fri, 24 Feb 2023 06:14:24 +0000 (14:14 +0800)
committerAlan <alan@roojs.com>
Fri, 24 Feb 2023 06:14:24 +0000 (14:14 +0800)
DataObjects/Core_template.php

index 2525c93..65937d8 100644 (file)
@@ -452,9 +452,9 @@ class Pman_Core_DataObjects_Core_template  extends DB_DataObject
         
         $fc = file_get_contents( $tmpl->currentTemplate );
         
-        $ar = preg_match('/\.\("^("+)"\)/g', $fc, $outd);
+        $ar = preg_match('/\.\("^("+)"\)/', $fc, $outd);
         print_R($outd);
-        $ar = preg_match('/\.\('. "'" . '(^"+)'. "'" . '\)/g', $fc, $outs);
+        $ar = preg_match('/\.\('. "'" . '(^"+)'. "'" . '\)/', $fc, $outs);
         print_R($outs);exit;
         
         $words[] =  str_replace('\\'. $ct, $ct, trim($tok[1] , $ct));