]> git.mxchange.org Git - mailer.git/blobdiff - inc/xml-functions.php
Renamed showEntriesByXmlCallback() to doGenericXmlTemplateCallback() as it is no...
[mailer.git] / inc / xml-functions.php
index 0d487f4e5b42710f43ea0ab223f600acf98b3a8d..f62de6a6e8d1d59adaee34c4a6709b880d0424e4 100644 (file)
@@ -56,7 +56,7 @@ function initXml () {
 }
 
 // Calls back a function based on given XML template data
-function showEntriesByXmlCallback ($template, $content = array(), $compileCode = TRUE) {
+function doGenericXmlTemplateCallback ($template, $content = array(), $compileCode = TRUE) {
        // Init XML system as sch calls will be only used once per run
        initXml();