From 44cef672425c2249b1bcc6218f4e23e50ed8d98b Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Tue, 7 Dec 2004 11:02:46 +0000 Subject: [PATCH] Missing close bracket ); svn path=/trunk/boinc/; revision=4776 --- checkin_notes | 8 +++++++- html/ops/db_update.php | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index ffefe14d21..fedd1ffc26 100755 --- a/checkin_notes +++ b/checkin_notes @@ -20810,4 +20810,10 @@ Rom 6 Dec 2004 win_build/ boinc.sln boinc_gui.vcproj - \ No newline at end of file + +Bruce 7 Dec 2004 + - Missing close bracket + html/ + ops/ + db_update.php + diff --git a/html/ops/db_update.php b/html/ops/db_update.php index 09998787fb..10262286e7 100644 --- a/html/ops/db_update.php +++ b/html/ops/db_update.php @@ -182,6 +182,7 @@ function update_11_24_2004_result() { ."add index ind_res_st(server_state, priority), " ."drop index app_received_time, " ."add index app_mod_time(appid, mod_time desc)" + ); } function update_11_24_2004_workunit() { mysql_query(