From 14d288ffc358ec79792c7c698dd74980340b0ab0 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Tue, 2 Apr 2002 14:46:00 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2667 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/class.POP3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mail_fetch/class.POP3.php b/plugins/mail_fetch/class.POP3.php index 981ff0dc..a8691c54 100644 --- a/plugins/mail_fetch/class.POP3.php +++ b/plugins/mail_fetch/class.POP3.php @@ -43,7 +43,7 @@ class POP3 { var $RFC1939 = TRUE; // Set by noop(). See rfc1939.txt // - var $ALLOWAPOP = FASLE; // Allow or disallow apop() + var $ALLOWAPOP = FALSE; // Allow or disallow apop() // This must be set to true // manually -- 2.25.1