Several kinky code smoothed, fixes for admin login
[mailer.git] / inc / config-functions.php
index fd29373344d66379df08aeea07eb6577c39f2ecd..8f25e9223c51a002747d11f8911c170ceeacf166 100644 (file)
@@ -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])).'<br />';
        return (isset($GLOBALS['config'][$configEntry]));
 }