Missing global. We declared all the others, why not this one...
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Oct 2004 04:02:46 +0000 (04:02 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Oct 2004 04:02:46 +0000 (04:02 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8257 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/mail_fetch/setup.php

index ec985446111c1343b451f2f9a1aef3eb5798dda2..ac1c37d1422ab87a17d83fe1971f6898f1332574 100644 (file)
@@ -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;