From 9d43e2db30c0ab6496cf342236a1c3be3024a2ca Mon Sep 17 00:00:00 2001 From: jangliss Date: Mon, 18 Nov 2002 06:34:14 +0000 Subject: [PATCH] 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 --- plugins/mail_fetch/options.php | 3 +++ 1 file changed, 3 insertions(+) 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']; } -- 2.25.1