Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / guest / what-confirm.php
index 31a55f147f4dd6b5278b53494045d3b4591f1e7e..71ac9cca914a7810f7ffd5bcc28c457a463c78a8 100644 (file)
@@ -137,7 +137,7 @@ if (REQUEST_ISSET_GET(('hash'))) {
                define('__UID', '0');
                LOAD_TEMPLATE('guest_confirm_table');
        }
-} elseif ((IS_FORM_SENT()) && (REQUEST_ISSET_POST('email'))) {
+} elseif ((isFormSent()) && (REQUEST_ISSET_POST('email'))) {
        // Confirmation link requested      0     1         2
        $result = SQL_QUERY_ESC("SELECT userid, status, user_hash FROM `{!_MYSQL_PREFIX!}_user_data` WHERE email='%s' LIMIT 1",
                array(REQUEST_POST('email')), __FILE__, __LINE__);