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
pull/2/head
Christian Boltz 14 years ago
parent b610c21baf
commit 903e1f9369

@ -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');

Loading…
Cancel
Save