- Timestamp:
- 09/07/10 19:27:32 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/site/admin/players_pending_for_too_much_time.fixreport.php
r1638 r1801 4 4 include ("htmlstart.php"); 5 5 include_once ("functions.php"); 6 7 6 8 if ( $_REQUEST["action"] == "go" and $_REQUEST['confirm']== "on" ) {7 if (get_cgi_var("action") == "go" and get_cgi_var('confirm') == "on" ) { 9 8 wrapper_mysql_db_query_writer("DELETE FROM players_pending WHERE updated < DATE_SUB(NOW(), INTERVAL $pending_limit DAY)"); 10 9 insertAdminChangelog(Array("operation" => "Deleting too old pending players"));
