]> git.mxchange.org Git - mailer.git/commitdiff
Minor fix
authorRoland Häder <roland@mxchange.org>
Fri, 14 Dec 2012 12:35:26 +0000 (12:35 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 14 Dec 2012 12:35:26 +0000 (12:35 +0000)
inc/mysql-manager.php

index b4437b64c675d9b6e4f777a7abd3e78e47cff781..cc61386194d80fad78eda6723cf3fe92deb1df27 100644 (file)
@@ -2419,10 +2419,11 @@ function doGenericListBuilder ($prefix, $listType, $tableName, $columns, $filter
        }
 
        // Load master template
-       loadTemplate(sprintf("%s_%s_%s",
-               $prefix,
-               $listType,
-               $tableName[0]
+       loadTemplate(
+               sprintf("%s_%s_%s",
+                       $prefix,
+                       $listType,
+                       $tableName[0]
                ), FALSE, $content
        );
 }