From af5a3d8971cb16986b7dd344c817c3747fd43d07 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 15 Mar 2004 07:11:11 +0000 Subject: [PATCH 1/1] changing variable type from integer to string. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6798 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 4d5f015c..2052250f 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -69,11 +69,11 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'size' => 40, 'default' => '../images/sm_logo.png'), '$org_logo_width' => array( 'name' => _("Organization Logo Width"), - 'type' => SMOPT_TYPE_INTEGER, + 'type' => SMOPT_TYPE_STRING, 'size' => 5, 'default' => 0), '$org_logo_height' => array( 'name' => _("Organization Logo Height"), - 'type' => SMOPT_TYPE_INTEGER, + 'type' => SMOPT_TYPE_STRING, 'size' => 5, 'default' => 0), '$org_title' => array( 'name' => _("Organization Title"), -- 2.25.1