Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / sponsor / account.php
index 52db53f8fe49b50028aac6fbd9a85ef7c39573ff..4c01863351d1b290fd9613c2ca9de5489f0490e7 100644 (file)
@@ -63,7 +63,7 @@ if (SQL_NUMROWS($result) == 1) {
        $content = SQL_FETCHARRAY($result);
        if ($content['status'] == 'CONFIRMED') {
                // Check if form was submitted or not
-               if (IS_FORM_SENT()) {
+               if (isFormSent()) {
                        // Check passwords
                        if (!REQUEST_ISSET_POST(('pass_old'))) {
                                // No current password entered