2 messages in com.mysql.lists.eventum-usersRE: Error when closing tickets (20040...
FromSent OnAttachments
Andrew Kopp03 Jun 2004 21:48 
Joao Prado Maia04 Jun 2004 08:49 
Subject:RE: Error when closing tickets (20040604)
From:Joao Prado Maia (jp@mysql.com)
Date:06/04/2004 08:49:15 AM
List:com.mysql.lists.eventum-users

Andrew,

It seems there are quotes missing from the iss_sta_id field variable which is passed from close.php. Since the data passed from close.php falls in the VARCHAR type SQL will fail if the description/notes field contains valid sql command characters. There is also a small typo in this snapshot as well on line 1014.

</snip>

It seems like the code you have is slightly old, and not up-to-date with the bitkeeper repository. I tried reproducing this problem, and closing a test issue worked fine for me.

Please try downloading a new snapshot tomorrow or even pulling these changes straight from bitkeeper.

--Joao