Show
Ignore:
Timestamp:
09/07/10 19:27:32 (21 months ago)
Author:
paparazzia
Message:

fix #373 (refix for admin notices)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/site/admin/players_pending_for_too_much_time.fixreport.php

    r1638 r1801  
    44    include ("htmlstart.php"); 
    55    include_once ("functions.php"); 
    6      
    76         
    8     if ($_REQUEST["action"] == "go" and $_REQUEST['confirm'] == "on" ) { 
     7    if (get_cgi_var("action") == "go" and get_cgi_var('confirm') == "on" ) { 
    98        wrapper_mysql_db_query_writer("DELETE FROM players_pending WHERE updated < DATE_SUB(NOW(), INTERVAL $pending_limit DAY)"); 
    109        insertAdminChangelog(Array("operation" => "Deleting too old pending players"));