Changeset 481 for trunk/admin

Show
Ignore:
Timestamp:
06/09/07 21:23:54 (18 months ago)
Author:
michiel
Message:

fix more errors in -dev mode
Re #125

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r478 r481  
    7979                                case "show_menuitems"        : $admin->show_menuitems();                                    break; 
    8080                                case "save_menuitems"        : $admin->save_menuitems($_POST["link"]);                      break; 
    81                                 case "show_comments"         : $admin->show_comments($_REQUEST["options"]);                 break; 
     81                                case "show_comments"         : $admin->show_comments((array_key_exists("options", $_REQUEST))?$_REQUEST["options"]:"");                 break; 
    8282                                case "delete_comment"        : $admin->delete_comment($_REQUEST["id"]);                     break; 
    8383                                case "recover_comment"       : $admin->recover_comment($_REQUEST["id"]);                    break;