From: jangliss Date: Mon, 18 Nov 2002 06:34:14 +0000 (+0000) Subject: E_ALL fix for mail_fetch X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9d43e2db30c0ab6496cf342236a1c3be3024a2ca;p=squirrelmail.git E_ALL fix for mail_fetch git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4173 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/mail_fetch/options.php b/plugins/mail_fetch/options.php index de8ac10d..b2c7adc2 100644 --- a/plugins/mail_fetch/options.php +++ b/plugins/mail_fetch/options.php @@ -26,6 +26,9 @@ require_once(SM_PATH . 'include/load_prefs.php'); if(isset($_POST['mf_cypher'])) { $mf_cypher = $_POST['mf_cypher']; } + else { + $mf_cyper = ''; + } if(isset($_POST['mf_sn'])) { $mf_sn = $_POST['mf_sn']; }