Removed one line left over from copied code
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 25 Oct 2006 11:07:22 +0000 (11:07 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 25 Oct 2006 11:07:22 +0000 (11:07 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11937 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/plugin.php

index 2d1528ac45e52c544baf63a7cee480aae9fd0d85..44a7732af60465bc10c7c92820d110849abdfa31 100644 (file)
@@ -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])