Aparently the language name needs to insert as UTF8 to work on a Latin1.. <boggle>

This commit is contained in:
james 2007-11-15 19:19:43 +00:00
parent 3a75f58f41
commit 418322f8fb
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
57
58

1
db/db.update.58.sql Normal file
View File

@ -0,0 +1 @@
UPDATE languages SET `langname`='Français' WHERE `lang`='fr';