X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fxml-functions.php;h=6a1e42a3d7701f10929035406d6f1b27d1c95e60;hb=773ae2c427c857b023eb8ec8480095b45849a933;hp=0228d8f528cd5afe3af34844c55ae4a368080f39;hpb=5eb7669649ebf60e74a83df70ad4f357d656b204;p=mailer.git diff --git a/inc/xml-functions.php b/inc/xml-functions.php index 0228d8f528..6a1e42a3d7 100644 --- a/inc/xml-functions.php +++ b/inc/xml-functions.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen zum Umgang mit XML-Templates * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -134,7 +129,7 @@ function addXmlSpecialElements ($template) { // Parses the XML content function parseXmlData ($content) { // Is there recode? - if (!function_exists('recode')) { + if (!isPhpExtensionLoaded('recode')) { // No fallback ATM reportBug(__FUNCTION__, __LINE__, 'PHP extension recode is missing. Please install it.'); } // END - if