]> git.mxchange.org Git - mailer.git/blobdiff - inc/request-functions.php
New method generateExtensionInactiveMessage() introduced
[mailer.git] / inc / request-functions.php
index e88d7c9860c2bc02096c11de1e67c167078be79b..b720ffc2d37589018fe592ee9eece8671f555f10 100644 (file)
@@ -185,7 +185,7 @@ function REQUEST_SET_POST ($element, $value) {
 }
 
 // Checks wether a form was sent. If so, the $_POST['ok'] element must be set
-function IS_FORM_SENT () {
+function isFormSent () {
        // Simply wrap it!
        return REQUEST_ISSET_POST('ok');
 }