21 Jan
2014
21 Jan
'14
12:47 p.m.
This commit 3d00eb1 "Acctsession time is unsigned int" broke the mysql schema, it generates a SQL Syntax Error The problem is the unsigned qualifier must come after the type declaration, not before it. Attached is a trivial one line fix. Not sure what other branches this might have been committed to (master?), if so it needs to be updated there too. -- John