From 85756247223ddfc82326c45ece5ccd552c14eaae Mon Sep 17 00:00:00 2001 From: jangliss Date: Mon, 18 Nov 2002 06:19:27 +0000 Subject: [PATCH] Try again without debug code git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4171 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/options.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/mail_fetch/options.php b/plugins/mail_fetch/options.php index 9b064fa9..de8ac10d 100644 --- a/plugins/mail_fetch/options.php +++ b/plugins/mail_fetch/options.php @@ -75,7 +75,7 @@ require_once(SM_PATH . 'include/load_prefs.php'); if ($mf_sn<1) $mf_sn=0; if (!isset($mf_server)) return; setPref($data_dir,$username,"mailfetch_server_$mf_sn", (isset($mf_server)?$mf_server:"")); - setPref($data_dir,$username,"mailfetch_port_$mf_sn", (isset($mf_port)?$mf_port:'110')); + setPref($data_dir,$username,"mailfetch_port_$mf_sn", (isset($mf_port)?$mf_port:110)); setPref($data_dir,$username,"mailfetch_alias_$mf_sn", (isset($mf_alias)?$mf_alias:"")); setPref($data_dir,$username,"mailfetch_user_$mf_sn",(isset($mf_user)?$mf_user:"")); setPref($data_dir,$username,"mailfetch_pass_$mf_sn",(isset($mf_pass)?encrypt( $mf_pass ) :"")); @@ -92,7 +92,7 @@ require_once(SM_PATH . 'include/load_prefs.php'); //modify a server if (!isset($mf_server)) return; setPref($data_dir,$username,"mailfetch_server_$mf_sn", (isset($mf_server)?$mf_server:"")); - setPref($data_dir,$username,"mailfetch_port_$mf_sn", (isset($mf_port)?$mf_port:'110')); + setPref($data_dir,$username,"mailfetch_port_$mf_sn", (isset($mf_port)?$mf_port:110)); setPref($data_dir,$username,"mailfetch_alias_$mf_sn", (isset($mf_alias)?$mf_alias:"")); setPref($data_dir,$username,"mailfetch_user_$mf_sn",(isset($mf_user)?$mf_user:"")); setPref($data_dir,$username,"mailfetch_pass_$mf_sn",(isset($mf_pass)?encrypt( $mf_pass ) :"")); @@ -199,7 +199,7 @@ require_once(SM_PATH . 'include/load_prefs.php'); ) . html_tag( 'tr', html_tag( 'th', _("Port:"), 'right') . - html_tag( 'td', '