]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_sponsor.php
Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-del_sponsor.php
index 9291a2a39fed2939c4c16eba1a68548a760f1afb..bacc1857af8c8ab43718e3505cd9d842980681af 100644 (file)
@@ -51,7 +51,7 @@ if (REQUEST_ISSET_GET('id')) {
        array(bigintval(REQUEST_GET('id'))), __FILE__, __LINE__);
        if (SQL_NUMROWS($result) == 1) {
                // Remove sponsor
-               if (IS_FORM_SENT()) {
+               if (isFormSent()) {
                        // Load data and remember it in constants
                        list($email, $gender, $surname, $family) = SQL_FETCHROW($result);