diff --git a/admin/judges_timeslots.php b/admin/judges_timeslots.php index 68da5b1b..cd9cabbe 100644 --- a/admin/judges_timeslots.php +++ b/admin/judges_timeslots.php @@ -76,7 +76,7 @@ message_push(error(i18n('Invalid type specified'))); } - $round_name = mysql_escape_string(stripslashes($_POST['round_name'])); + $name = mysql_escape_string(stripslashes($_POST['name'])); if($save == true) { if($round_id == 0) { @@ -87,7 +87,7 @@ mysql_query("UPDATE judges_timeslots SET `date`='$date', starttime='$starttime', endtime='$endtime', - `round_name`='$round_name', + `name`='$name', `type`='$type' WHERE id='$round_id'"); echo mysql_error(); @@ -243,7 +243,7 @@ echo ""; echo "".i18n("Name").":"; - echo ""; + echo ""; echo "".i18n("Date").":"; emit_date_selector("date",$r['date']); @@ -288,7 +288,7 @@ echo ""; echo ""; - echo ""; + echo ""; echo "
".i18n('Round Type').":{$round_str[$round_data['type']]}
".i18n("Name").":{$round_data['round_name']}
".i18n("Name").":{$round_data['name']}
".i18n("Start Time").":"; emit_time_selector("starttime",$r['starttime']); @@ -318,7 +318,7 @@ echo ""; echo ""; - echo ""; + echo ""; echo ""; echo ""; - echo ""; + echo ""; echo "
".i18n('Round Type').":{$round_str[$round_data['type']]}
".i18n("Name").":{$round_data['round_name']}
".i18n("Name").":{$round_data['name']}
".i18n("Add").""; echo " "; echo i18n("new timeslots"); @@ -364,7 +364,7 @@ echo "".substr($r->endtime,0,-3)."{$r->round_name} (".i18n($round_str[$r->type])."){$r->name} (".i18n($round_str[$r->type]).")"; echo "id}\">"; echo " ";