]> git.mxchange.org Git - mailer.git/blobdiff - inc/ajax-functions.php
introduced isSqlResult() which encapsulates checking MySQL/i results
[mailer.git] / inc / ajax-functions.php
index 90e48a1a023669253d21f4606865a5ce905ae23f..ce4feea80254c67d041de54922449eb29bb775a7 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : AJAX-bezogene Funktionen                         *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -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));