Browse Source

Removed one line left over from copied code

pdontthink 18 years ago
parent
commit
33f1343d8e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      functions/plugin.php

+ 0 - 1
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])