From: cigamit Date: Thu, 28 Oct 2004 04:02:46 +0000 (+0000) Subject: Missing global. We declared all the others, why not this one... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=110044efce0bedd1e4e90285513ab9e2644856a7;p=squirrelmail.git Missing global. We declared all the others, why not this one... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8257 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/mail_fetch/setup.php b/plugins/mail_fetch/setup.php index ec985446..ac1c37d1 100644 --- a/plugins/mail_fetch/setup.php +++ b/plugins/mail_fetch/setup.php @@ -41,7 +41,7 @@ global $data_dir; global $mailfetch_server_number; - global $mailfetch_cypher; + global $mailfetch_cypher, $mailfetch_port_; global $mailfetch_server_,$mailfetch_alias_,$mailfetch_user_,$mailfetch_pass_; global $mailfetch_lmos_, $mailfetch_uidl_, $mailfetch_login_, $mailfetch_fref_; global $PHP_SELF;