X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fxml-functions.php;h=87f2d4e1b62f1174b350ff18bb8a643dc2962075;hb=082398d5872064d3911c62b085e8a134569f626b;hp=0228d8f528cd5afe3af34844c55ae4a368080f39;hpb=5eb7669649ebf60e74a83df70ad4f357d656b204;p=mailer.git diff --git a/inc/xml-functions.php b/inc/xml-functions.php index 0228d8f528..87f2d4e1b6 100644 --- a/inc/xml-functions.php +++ b/inc/xml-functions.php @@ -134,7 +134,7 @@ function addXmlSpecialElements ($template) { // Parses the XML content function parseXmlData ($content) { // Is there recode? - if (!function_exists('recode')) { + if (!extension_loaded('recode')) { // No fallback ATM reportBug(__FUNCTION__, __LINE__, 'PHP extension recode is missing. Please install it.'); } // END - if