From 2da9cf7232d07581dffb77d8d549c15a46684a0c Mon Sep 17 00:00:00 2001 From: quix0r Date: Fri, 14 Dec 2012 12:35:26 +0000 Subject: [PATCH] Minor fix --- inc/mysql-manager.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index b4437b64c6..cc61386194 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -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 ); } -- 2.39.2