]> git.mxchange.org Git - mailer.git/blobdiff - inc/xml-functions.php
This is correct (sorry)
[mailer.git] / inc / xml-functions.php
index e180a49fe9fdd69b9db9de59117d45cb569ca71a..d31c992014f3966a9d4ad71afd88503b38a40916 100644 (file)
@@ -238,7 +238,7 @@ function xmlCharacterHandler ($resource, $characters) {
        } // END - if
 
        // @TODO Handle characters
-       die(__FUNCTION__ . ':characters[]='.strlen($characters));
+       die(__FUNCTION__ . ':characters[' . gettype($characters) . ']=' . strlen($characters));
 }
 
 // Checks if given type is valid, makes all lower-case