Status codes rewritten to GLOBALS
[mailer.git] / inc / mysql-manager.php
index 5a5724fa1d3c150d37e0d43be5bcc0f8322b71b7..4ffb8e4167a311c7647a452fdcfad9e74266d3ea 100644 (file)
@@ -362,7 +362,7 @@ function ADD_MENU ($MODE, $act, $wht) {
 
        // is the menu action valid?
        if (!VALIDATE_MENU_ACTION($MODE, $act, $wht, true)) {
-               return getMessage('CODE_MENU_NOT_VALID');
+               return getCode('MENU_NOT_VALID');
        } // END - if
 
        // Non-admin shall not see all menus