Преглед на файлове

* The conf.pl script can't parse 'str', so I changed this to be "str"

Tyler Akins преди 24 години
родител
ревизия
e5d9a17244
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      config/config_default.php

+ 1 - 1
config/config_default.php

@@ -36,7 +36,7 @@
 //  can't figure out which language to display.
 //  can't figure out which language to display.
 //  Use the two-letter code.
 //  Use the two-letter code.
     global $squirrelmail_default_language;
     global $squirrelmail_default_language;
-    $squirrelmail_default_language = 'en';
+    $squirrelmail_default_language = "en";
 
 
 //  The server that your imap server is on
 //  The server that your imap server is on
     global $imapServerAddress, $imapPort;
     global $imapServerAddress, $imapPort;