Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / modules / order.php
index 4b7259f2e1f2e28d548e1b71f41dd8effb51d9cf..f64f69be1d55430c86af0f5198e4f19a31d4ae0b 100644 (file)
@@ -58,7 +58,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 if (empty($URL))
 {
        // Is the auto-send mechanism active or inactive?
-       if ($_CONFIG['autosend_active'] == 'Y')
+       if ($_CONFIG['autosend_active'] == "Y")
        {
                // Auto-send is active
                define('ADMIN_AUTOSEND',  COMPILE_CODE(ADMIN_AUTOSEND_ACTIVE));