]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
Debug line added if is not an array
[mailer.git] / inc / functions.php
index bf8b9b907b8d54041be49c64ff27013248d58243..cfbd66538429ce16230912500ad6b680bf9f6607 100644 (file)
@@ -1755,6 +1755,7 @@ function POST_URL ($script, $postData) {
        // Is postData an array?
        if (!is_array($postData)) {
                // Abort here
        // Is postData an array?
        if (!is_array($postData)) {
                // Abort here
+               DEBUG_LOG(__FILE__, __LINE__, sprintf("postData is not an array. Type: %s", gettype($postData)));
                return array("", "", "");
        } // END - if
 
                return array("", "", "");
        } // END - if