Browse Source

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

Tyler Akins 24 years ago
parent
commit
e5d9a17244
1 changed files with 1 additions and 1 deletions
  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.
 //  Use the two-letter code.
     global $squirrelmail_default_language;
-    $squirrelmail_default_language = 'en';
+    $squirrelmail_default_language = "en";
 
 //  The server that your imap server is on
     global $imapServerAddress, $imapPort;