]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-functions.php
Countless fixes, ext-grade started:
[mailer.git] / inc / config-functions.php
index d92d8037cb45e55231cbc9b055e649c00abf733a..6a89335d85cc17a34b470dda5bf1f15b7bf953f0 100644 (file)
@@ -218,7 +218,7 @@ function updateOldConfigFile () {
                                        $new = strtolower($new);
                                } // END - if
 
-                               /// ... and write it to the new config
+                               // ... and write it to the new config
                                //* DEBUG: */ debugOutput('function=' . $function . ',new=' . $new . ',comment=' . $comment);
                                changeDataInInclude(getCachePath() . 'config-local.php', $comment, $function . "('" . $oldNew . "', \"", '");', constant($new), 0);
                                //* DEBUG: */ debugOutput('CHANGED!');
@@ -351,7 +351,9 @@ function updateConfiguration ($entries, $values, $updateMode='', $config = '0')
 // Filter for loading configuration
 function FILTER_LOAD_CONFIGURATION ($no = '0') {
        // Is the value null, fix it :(
-       if (is_null($no)) $no = '0';
+       if (is_null($no)) {
+               $no = '0';
+       } // END - if
 
        // Check for cache extension, cache-array and if the requested configuration is in cache
        if ((isset($GLOBALS['cache_array']['config'][$no])) && (is_array($GLOBALS['cache_array']['config'][$no]))) {