Changeset 1801 for trunk/site/admin/strange_results_for_unknown_races.php
- Timestamp:
- 09/07/10 19:27:32 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/site/admin/strange_results_for_unknown_races.php
r1508 r1801 4 4 include_once ("functions.php"); 5 5 6 if ( $_REQUEST["action"] == "go" and $_REQUEST['confirm']== "on" ) {6 if (get_cgi_var("action") == "go" and get_cgi_var('confirm') == "on" ) { 7 7 wrapper_mysql_db_query_writer("DELETE FROM races_results WHERE races_results.idraces NOT IN (SELECT DISTINCT idraces FROM races)"); 8 8 insertAdminChangelog(Array("operation" => "Delete results for unknown races"));
