]> git.mxchange.org Git - mailer.git/blobdiff - inc/ajax-functions.php
Sometimes a whole array needs to be set in session (installer).
[mailer.git] / inc / ajax-functions.php
index 90e48a1a023669253d21f4606865a5ce905ae23f..39c65bd5fb497a0f51c93bc5021f40d80051e44f 100644 (file)
@@ -66,6 +66,7 @@ function initAjax () {
 function setAjaxReplyContent ($content) {
        // Log message
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'content()=' . strlen($content));
+       //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'content[]=' . gettype($content));
 
        // Set it, but with URL encoding
        $GLOBALS['ajax_reply']['reply_content'] = urlencode(doFinalCompilation($content, FALSE));