From 5352923464b6512198c500a172b6596bbbc9d42f Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 25 Oct 2006 11:07:22 +0000 Subject: [PATCH] Removed one line left over from copied code git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11937 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/plugin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/plugin.php b/functions/plugin.php index 2d1528ac..44a7732a 100644 --- a/functions/plugin.php +++ b/functions/plugin.php @@ -77,7 +77,6 @@ function do_hook ($name) { */ function filter_hook_function($name,$parm=NULL) { global $squirrelmail_plugin_hooks, $currentHookName; - $ret = ''; $currentHookName = $name; if (isset($squirrelmail_plugin_hooks[$name]) -- 2.25.1