Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / member / what-support.php
index b16ca6ba8a19bbf79242a615b828cfe4f1d7d25e..2bbdfbc2db63e7df639f655fb23267269c59111a 100644 (file)
@@ -50,7 +50,7 @@ if (!defined('__SECURITY')) {
 // Add description as navigation point
 ADD_DESCR('member', __FILE__);
 
-if ((!IS_FORM_SENT()) || (!REQUEST_ISSET_POST(('qsummary')))) {
+if ((!isFormSent()) || (!REQUEST_ISSET_POST(('qsummary')))) {
        // Output form
        LOAD_TEMPLATE("member_support_form");
 } else {