width and height are integers
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Mar 2004 10:58:27 +0000 (10:58 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Mar 2004 10:58:27 +0000 (10:58 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6792 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index 5ea3300ac28d76a4e5f369cd6b481003383e89b3..5eecb0874df0da6105a6fa057323bebbe32bc6f4 100755 (executable)
@@ -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;
        print CF "\$org_logo      = " . &change_to_SM_path($org_logo) . ";\n";
         $org_logo_width |= 0;
         $org_logo_height |= 0;
-       # string
-        print CF "\$org_logo_width  = '$org_logo_width';\n";
-        # string
-       print CF "\$org_logo_height = '$org_logo_height';\n";
+       # integer
+        print CF "\$org_logo_width  = $org_logo_width;\n";
+        # integer
+       print CF "\$org_logo_height = $org_logo_height;\n";
        # string that can contain variables.
         print CF "\$org_title     = \"$org_title\";\n";
        # string
        # string that can contain variables.
         print CF "\$org_title     = \"$org_title\";\n";
        # string