Make sure compare with tip works again after db change

This commit is contained in:
Hannes Verschore 2015-08-12 03:14:43 -07:00
Родитель 61cd2dd7a4
Коммит 0c40eb63ca
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -49,8 +49,9 @@ while ($scores = mysql_fetch_assoc($qScores)) {
$all_scores[] = $score;
}
$qScores = mysql_query("SELECT *
$qScores = mysql_query("SELECT awfy_breakdown.*
FROM awfy_breakdown
LEFT JOIN awfy_score ON awfy_score.id = score_id
WHERE build_id = ".$data["id"]) or die(mysql_error());
while ($scores = mysql_fetch_assoc($qScores)) {
$suite_version_id = get("suite_test", $scores["suite_test_id"], "suite_version_id");