X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fxml-functions.php;h=87f2d4e1b62f1174b350ff18bb8a643dc2962075;hb=f85404739552dd9519025e870ca09d2a435f94c2;hp=0228d8f528cd5afe3af34844c55ae4a368080f39;hpb=e5dffd4249c97200cbad02f3f4eaf5c373fdb89a;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