forked from science-ation/science-ation
FIX a major error with the judge class - typo in the table name
This commit is contained in:
parent
658929d1d7
commit
9c2955bf94
@ -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);
|
mysql_query($query);
|
||||||
$keys = array_keys($data);
|
$keys = array_keys($data);
|
||||||
foreach($keys as $k) {
|
foreach($keys as $k) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user