X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-functions.php;h=8f25e9223c51a002747d11f8911c170ceeacf166;hp=fd29373344d66379df08aeea07eb6577c39f2ecd;hb=6aa5b6c3d7c49ceb5a41b836657321e9c0b5dea5;hpb=1cca537e53ba30023d0c471e9c561e72d37827c6 diff --git a/inc/config-functions.php b/inc/config-functions.php index fd29373344..8f25e9223c 100644 --- a/inc/config-functions.php +++ b/inc/config-functions.php @@ -97,6 +97,7 @@ function setConfigEntry ($configEntry, $value) { // Checks wether the given config entry is set function isConfigEntrySet ($configEntry) { + //* DEBUG: */ print __FUNCTION__.':'.$configEntry.'='.intval(isset($GLOBALS['config'][$configEntry])).'
'; return (isset($GLOBALS['config'][$configEntry])); }