This commit is contained in:
Hannes Verschore 2015-11-07 05:42:14 -08:00
Родитель 90260f4a86
Коммит 8e2f319cdc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@ class Build {
throw new Exception("Cannot info to a run that is finished.");
mysql_query("INSERT INTO awfy_build
(run_id, mode_id, revision)
(run_id, mode_id, cset)
VALUES
({$run->id}, $mode_id, '".mysql_real_escape_string($revision)."')")
or die("ERROR: " . mysql_error());