Fixed an upgrade problem from 4.5.0-4.6.0 and added more debugging to macro compilation.

This commit is contained in:
JT Smith 2002-08-23 03:28:26 +00:00
parent 28e2062cd8
commit fdc249cf59
6 changed files with 1339 additions and 610 deletions

View file

@ -0,0 +1,13 @@
insert into webguiVersion values ('4.6.3','upgrade',unix_timestamp());
delete from international where internationalId=716 and namespace='WebGUI' and languageId=1;
delete from international where internationalId=717 and namespace='WebGUI' and languageId=1;
insert into international values (716,'WebGUI',1,'Login');
insert into international values (717,'WebGUI',1,'Logout');
delete from international where internationalId=624 and namespace='WebGUI' and languageId=1;