Feature #272 - The chosen during the installation platform language should be enabled for sure, automatically.

skala
Ivan Tcholakov 16 years ago
parent ceefa0826f
commit c877a7ac58
  1. 3
      main/install/db_main.sql

@ -421,6 +421,9 @@ INSERT INTO language (original_name, english_name, isocode, dokeos_folder, avail
('Kiswahili','swahili','sw','swahili',0),
('Yorùbá','yoruba','yo','yoruba',0);
-- The chosen during the installation platform language should be enabled.
UPDATE language SET available=1 WHERE dokeos_folder = '{PLATFORMLANGUAGE}';
UNLOCK TABLES;
/*!40000 ALTER TABLE language ENABLE KEYS */;

Loading…
Cancel
Save