changing variable type from integer to string.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 Mar 2004 07:11:11 +0000 (07:11 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 Mar 2004 07:11:11 +0000 (07:11 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6798 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/defines.php

index 4d5f015c68147846d7069f91f3c682d32ba3d41b..2052250f87a0a8923b437f7978802f705939d9c5 100644 (file)
@@ -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"),