]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/locales.pl
Umwandeln von Angebot/Auftrag in Rechnung implementiert
[mfinanz.git] / scripts / locales.pl
index a5ec52fdc5c11a1937f2974eda45356338f10959..bdc3852af59fb6c0dd86538a8512dc64eaf3d8e8 100755 (executable)
@@ -346,7 +346,7 @@ sub scanfile {
       }
 
       # is this a template call?
-      if (/parse_html_template2?\s*\(\s*[\"\']([\w\/]+)\s*[\"\']/) {
+      if (/(?:parse_html_template2?|render)\s*\(\s*[\"\']([\w\/]+)\s*[\"\']/) {
         my $newfile = "$basedir/templates/webpages/$1.html";
         if (/parse_html_template2/) {
           print "E: " . strip_base($file) . " is still using 'parse_html_template2' for " . strip_base($newfile) . ".\n";