Browse Source

Remove debugging code

pdontthink 18 years ago
parent
commit
8b31e3ff45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/listcommands/functions.php

+ 1 - 1
plugins/listcommands/functions.php

@@ -40,7 +40,7 @@ function plugin_listcommands_menu_do() {
         $proto = array_shift($aActions);
         $proto = array_shift($aActions);
         $act   = array_shift($actions);
         $act   = array_shift($actions);
 
 
-        if (1||$proto == 'mailto') {
+        if ($proto == 'mailto') {
 
 
             if (($cmd == 'post') || ($cmd == 'owner')) {
             if (($cmd == 'post') || ($cmd == 'owner')) {
                 $url = 'src/compose.php?'.
                 $url = 'src/compose.php?'.