An upgrade bug fixed.

This commit is contained in:
JT Smith 2002-08-23 03:14:31 +00:00
parent 7ec132e779
commit 28e2062cd8

View file

@ -1,4 +1,6 @@
insert into webguiVersion values ('4.6.0','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;