From 857b1ca42b17025e15eef879bcf2ab4b58642a42 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 14 Feb 2007 05:35:27 +0000 Subject: [PATCH] Remove extra parameter that should not have been in previous commit git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12263 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/listcommands/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/listcommands/functions.php b/plugins/listcommands/functions.php index b54d6fb8..66a4f99b 100644 --- a/plugins/listcommands/functions.php +++ b/plugins/listcommands/functions.php @@ -169,7 +169,7 @@ function plugin_listcommands_menu_do() { if (count($links) > 0) { - $oTemplate->assign('links', $links, FALSE); + $oTemplate->assign('links', $links); $output = $oTemplate->fetch('plugins/listcommands/read_body_header.tpl'); return array('read_body_header' => $output); } -- 2.25.1