From 4da27e4fe5b4d123738277b4f4dc058f7de8a16a Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 21 May 2001 13:28:11 +0000 Subject: [PATCH] * The conf.pl script can't parse 'str', so I changed this to be "str" git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1386 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_default.php b/config/config_default.php index b3d185bf..3df903d0 100644 --- a/config/config_default.php +++ b/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; -- 2.25.1