Преглед изворни кода

reverting the change. thanks Chris.

tokul пре 21 година
родитељ
комит
7644e4351f
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      config/conf.pl

+ 4 - 4
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