From 6aef76f3ece2c7a1dbeecf59e9186c0b12cb5fd2 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 10 Dec 2006 21:47:04 +0000 Subject: [PATCH] Remove debugging code git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12003 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 adb7b49d..a35ea028 100644 --- a/plugins/listcommands/functions.php +++ b/plugins/listcommands/functions.php @@ -40,7 +40,7 @@ function plugin_listcommands_menu_do() { $proto = array_shift($aActions); $act = array_shift($actions); - if (1||$proto == 'mailto') { + if ($proto == 'mailto') { if (($cmd == 'post') || ($cmd == 'owner')) { $url = 'src/compose.php?'. -- 2.25.1