]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-user_contct.php
More getModule() used, some SQL rewrites, constant __MODULE rewritten
[mailer.git] / inc / modules / admin / what-user_contct.php
index 1fd14be6b8844120c1e41612f9a0523f9ed849b3..7e8a56f70d0dde64014f9cbde2d1d62c20404342 100644 (file)
@@ -60,7 +60,7 @@ if ((REQUEST_ISSET_GET('uid')) && (bigintval(REQUEST_GET('uid')) > 0)) {
                $content['uid'] = bigintval(REQUEST_GET('uid'));
 
                // Shall we send the email?
-               if (IS_FORM_SENT()) {
+               if (isFormSent()) {
                        // Insert text
                        $content['text'] = trim(strip_tags(REQUEST_POST('text')));