Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / modules / member / what-transfer.php
index 7e65b6fadb5f852e8976dd115898beb4acccab54..a3193b89b3462adac78641d3b30ce634058659ca 100644 (file)
@@ -57,7 +57,7 @@ $MODE = "";
 if (!empty($_GET['mode'])) $MODE = $_GET['mode'];
 
 // Check for "faker"
-if (($opt_in == 'N') && ($MODE == "new")) $MODE = "";
+if (($opt_in == "N") && ($MODE == "new")) $MODE = "";
 
 switch ($MODE)
 {