changing variable type from integer to string.
[squirrelmail.git] / 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"),