]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
WARNING: id is very generic, it has been now renamed to booking_id, please fix your...
[mailer.git] / inc / wrapper-functions.php
index c6bb6cb804ecd93cbb87af715678cf737b5791ff..aaa89c15ddb53d2d03909ed1188ba5fb7c82e5fa 100644 (file)
@@ -2821,6 +2821,9 @@ function convertCommaToDotInPostData ($postEntry) {
        // Read and convert given entry
        $postValue = convertCommaToDot(postRequestElement($postEntry));
 
+       // Log message
+       //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'postEntry=' . $postEntry . ',postValue=' . $postValue);
+
        // ... and set it again
        setPostRequestElement($postEntry, $postValue);
 }