From 120fbed72d745749c5dbbacfa8cb0509b358524e Mon Sep 17 00:00:00 2001 From: jmunro Date: Wed, 13 Mar 2002 16:49:38 +0000 Subject: [PATCH] fixed bug 529327 (only occurs when not using conf.pl) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2576 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 20020383..a6fda87c 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -32,7 +32,7 @@ $org_name = 'SquirrelMail'; * This is the web page title that appears at the top of the browser window. */ global $org_title; -$org_title = 'SquirrelMail $version'; +$org_title = "SquirrelMail $version"; /** * Default language -- 2.25.1