Index: lams_tool_chat/db/sql/updatescripts/updateTo20070227.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/db/sql/updatescripts/Attic/updateTo20070227.sql,v diff -u -r1.1 -r1.2 --- lams_tool_chat/db/sql/updatescripts/updateTo20070227.sql 27 Feb 2007 02:28:34 -0000 1.1 +++ lams_tool_chat/db/sql/updatescripts/updateTo20070227.sql 7 Mar 2007 23:22:07 -0000 1.2 @@ -1,8 +1,4 @@ -- Update the Notebook tables to 20070227 -- This is for the LAMS 2.0.1 release. -UPDATE lams_tool -set modified_date_time = now() -, classpath_addition = './lams-tool-lachat11.jar' -, context_file = '/org/lamsfoundation/lams/tool/chat/chatApplicationContext.xml' -where tool_signature = 'lachat11'; +UPDATE lams_tool set modified_date_time = now(), classpath_addition = './lams-tool-lachat11.jar', context_file = '/org/lamsfoundation/lams/tool/chat/chatApplicationContext.xml' where tool_signature = 'lachat11';