]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_points.php
Fixes + asserts
[mailer.git] / inc / modules / admin / what-config_points.php
index 48e98ec1453b79e48ed34784a0d783815bec3c3f..7753f42c2219a2243601a9794c2791522127f3b9 100644 (file)
@@ -95,7 +95,7 @@ WHERE
        } // END - switch
 
        // Is there an array?
-       if ((getRequestElement('sub') != 'points') && (isSqlsValid())) {
+       if ((getRequestElement('sub') != 'points') && (ifSqlsRegistered())) {
                // Default is failed-message
                $message = '<span class="bad">{--SETTINGS_NOT_SAVED--}</span>';