From 6c2d0a355ff7ae692846195c22231f4c214a68f5 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 15 Mar 2004 07:09:50 +0000 Subject: [PATCH] reverting the change. thanks Chris. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6797 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/conf.pl b/config/conf.pl index 5eecb087..5ea3300a 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -3078,10 +3078,10 @@ sub save_data { print CF "\$org_logo = " . &change_to_SM_path($org_logo) . ";\n"; $org_logo_width |= 0; $org_logo_height |= 0; - # integer - print CF "\$org_logo_width = $org_logo_width;\n"; - # integer - print CF "\$org_logo_height = $org_logo_height;\n"; + # string + print CF "\$org_logo_width = '$org_logo_width';\n"; + # string + print CF "\$org_logo_height = '$org_logo_height';\n"; # string that can contain variables. print CF "\$org_title = \"$org_title\";\n"; # string -- 2.25.1