Fix parse error

This commit is contained in:
james 2008-10-20 16:56:31 +00:00
parent d86ea6257f
commit 35d3211391

View File

@ -191,7 +191,6 @@ function db_update_116_post()
while($i = mysql_fetch_object($q)) while($i = mysql_fetch_object($q))
$qa[$i->id] = $id; $qa[$i->id] = $id;
} }
}
/* Now write back the judge ids */ /* Now write back the judge ids */
foreach($jtl as $id=>$new_id) foreach($jtl as $id=>$new_id)