mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
2008-02-01 Raul Mateos <raulofpandora@gmail.com>
* pandoradb_data.sql: Solved stupid bug with ending ";". Deleted duplicated insert in branches/pandora_1.3.x. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@711 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
49f0f46caf
commit
f23f302bfb
@ -1,3 +1,7 @@
|
||||
2008-02-01 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* pandoradb_data.sql: Solved stupid bug with ending ";".
|
||||
|
||||
2008-01-10 Sancho Lerena <slerena@gmail.com>
|
||||
|
||||
* pandoradbdata_13_to_14.sql: Correct build and version.
|
||||
|
@ -63,7 +63,7 @@ LOCK TABLES `tlanguage` WRITE;
|
||||
INSERT INTO `tlanguage` VALUES ('en','English');
|
||||
INSERT INTO `tlanguage` VALUES ('es_es','Español');
|
||||
INSERT INTO `tlanguage` VALUES ('de','Deutch');
|
||||
INSERT INTO `tlanguage` VALUES ('fr','Français')
|
||||
INSERT INTO `tlanguage` VALUES ('fr','Français');
|
||||
INSERT INTO `tlanguage` VALUES ('pt_br','Português-Brasil');
|
||||
|
||||
UNLOCK TABLES;
|
||||
|
Loading…
x
Reference in New Issue
Block a user