Fixes problems caused by Chinese character set.
This commit is contained in:
parent
e79d1f4e19
commit
275e7877df
2 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
insert into webguiVersion values ('4.6.8','upgrade',unix_timestamp());
|
||||
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);'
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue