From 9c2955bf94d1b10c51e84b646d58d4089e761a18 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 15 Jan 2008 17:34:36 +0000 Subject: [PATCH] FIX a major error with the judge class - typo in the table name --- judge.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/judge.class.php b/judge.class.php index 31d17594..e3fd516e 100644 --- a/judge.class.php +++ b/judge.class.php @@ -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) {