FIX a major error with the judge class - typo in the table name

This commit is contained in:
james 2008-01-15 17:34:36 +00:00
parent 658929d1d7
commit 9c2955bf94

View File

@ -354,7 +354,7 @@ function tableEditorSave($data)
}
}
$query = "DELETE FROM judges_speciaward_sel WHERE judges_id='{$this->id}'";
$query = "DELETE FROM judges_specialaward_sel WHERE judges_id='{$this->id}'";
mysql_query($query);
$keys = array_keys($data);
foreach($keys as $k) {