Fixed a bug in the translations manager where all messages were always marked "Out of Date".

This commit is contained in:
JT Smith 2002-09-12 03:10:07 +00:00
parent b0955f6fe1
commit 1dd74c1dc3
2 changed files with 18 additions and 9 deletions

View file

@ -3,7 +3,8 @@ delete from international where internationalId=12 and namespace='Poll');
INSERT INTO international VALUES (12,'Poll',1,'Total Votes:',1031514049);
INSERT INTO international VALUES (12,'Poll',7,'总投票人数:',1031514049);'
alter table page modify title varchar(255) null;
update international set lastUpdated='1031510000' where lastUpdated='1031516049';
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (723,1,'WebGUI','Deprecated', 1031800566);