From 903e1f9369512e271f6646be9dca0524310983bc Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 18 Jul 2011 22:23:33 +0000 Subject: [PATCH] list-admin.php - removed superfluous smarty tMessage assignment ($tMessage is not used in list-admin) This commit is part of the huge cleanup patch by Dale Blount (lnxus@SF), https://sourceforge.net/tracker/?func=detail&atid=937966&aid=3370510&group_id=191583 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1082 a1433add-5e2c-0410-b055-b7f2511e0802 --- list-admin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/list-admin.php b/list-admin.php index 2fcfa931..43ea5346 100644 --- a/list-admin.php +++ b/list-admin.php @@ -40,7 +40,6 @@ if ((is_array ($list_admins) and sizeof ($list_admins) > 0)) } } $smarty->assign ('admin_properties', $admin_properties); -$smarty->assign ('tMessage', $tMessage, false); $smarty->assign ('smarty_template', 'adminlistadmin'); $smarty->display ('index.tpl');