]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-primera.php
More calls of DEBUG_LOG() added
[mailer.git] / inc / modules / member / what-primera.php
index 7b8343db0e954bf572c48f43b37bf78cf2949f0c..ad350d165c5f56b946cec51bc8c1772221fc387d 100644 (file)
@@ -216,10 +216,11 @@ if ((isset($_POST['ok'])) && (isset($_GET['mode']))) {
                        break;
 
                default: // Invalid mode!
+                       DEBUG_LOG(__FILE__, __LINE__, sprintf("Invalid mode %s detected.", $_GET['mode']));
                        LOAD_TEMPLATE("admin_settings_saved", false, sprintf(PRIMERA_MEMBER_MODE_INVALID, SQL_ESCAPE($_GET['mode'])));
                        return;
        }
-}
+} // END - if
 
 // Prepare mode for template name
 $mode = sprintf("member_primera_mode_%s", SQL_ESCAPE($_GET['mode']));