]> git.mxchange.org Git - mailer.git/blobdiff - inc/callback-functions.php
Added missing admin templates for ext-forced, some other things improved
[mailer.git] / inc / callback-functions.php
index 4b9c5c8b59d3e47075661a435bab603662f1215e..4e45cb03e1c27c0259dbdb22767da6ee4f72799c 100644 (file)
@@ -1294,7 +1294,7 @@ function doXmlCallbackFunctionExecute ($callbackName, $args, $columnIndex) {
        } // END - if
 
        // Just call it
-       //* DEBUG: */ die('callbackFunction=' . $callbackName . ',columnIndex=' . $columnIndex . ',args=<pre>'.print_r($args, TRUE).'</pre>');
+       //* DEBUG: */ die(__FUNCTION__.':callbackFunction=' . $callbackName . ',columnIndex=' . $columnIndex . ',args=<pre>'.print_r($args, TRUE).'</pre>');
        call_user_func_array($callbackName, $args);
 }