3 Mar
2007
3 Mar
'07
1:03 a.m.
Am 03.03.2007 um 01:06 schrieb Dorian Meid:
ERROR 1064 (42000) at line 772: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'return char(4) default NULL, renewals tinyint(4) default NULL, timestamp tim' at line 9
Found the bug: It's in the koha.mysql, line 780 it is: return char(4) default NULL, and should be: `return` char(4) default NULL, since "return" is a key-word in mysql. Who will fix it in cvs? Dorian Meid