17
Thanks to both of you for your ideas. I have a couple of comments, first, which file are you referring to when you mention the change to 78 above, Ghia. mysql/tables.sql ? or are there more?
Next, I seem to remember somewhere that sql5 doesn't permit empty 'values'
cl_sortkey varchar(86) binary NOT NULL default '',
would have to become
cl_sortkey varchar(86) binary NOT NULL default '0',
Is that right, or have I got that wrong?
Many thanks again.
Crip
Never let a man who does not believe something can be done, talk to a man that is doing it.