]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-functions.php
Extension ext-surfbar continued, fixes:
[mailer.git] / inc / config-functions.php
index 6a89335d85cc17a34b470dda5bf1f15b7bf953f0..e045b45ca69aec3a30b765c8a73a3cd198891d2a 100644 (file)
@@ -274,6 +274,8 @@ function updateOldConfigFile () {
 function updateConfiguration ($entries, $values, $updateMode='', $config = '0') {
        // Do not update config in CSS mode
        if ((isCssOutputMode()) || (isRawOutputMode()) || (isInstallationPhase())) {
+               // This logger line may be very noisy
+               /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Not updating configuration. entries[]=' . gettype($entries) . ',values[]=' . gettype($values) . ',updateMode=' . $updateMode . ',config=' . $config . ',isCssOutputMode()=' . intval(isCssOutputMode()) . ',isRawOutputMode()=' . intval(isRawOutputMode()) . 'isInstallationPhase()=' . intval(isInstallationPhase()));
                return;
        } // END - if
 
@@ -350,7 +352,7 @@ function updateConfiguration ($entries, $values, $updateMode='', $config = '0')
 
 // Filter for loading configuration
 function FILTER_LOAD_CONFIGURATION ($no = '0') {
-       // Is the value null, fix it :(
+       // Is the value null, it comes from the 'init' filter chain
        if (is_null($no)) {
                $no = '0';
        } // END - if