X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-functions.php;h=4b597a204d5ffadcd89d81a116aea04c1a28e0e8;hp=87c8e28d8b0ed746ab299d87ff1ccbb570b229b0;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=b0ed0547ba277e815ca38b3333b191149a88019c diff --git a/inc/config-functions.php b/inc/config-functions.php index 87c8e28d8b..4b597a204d 100644 --- a/inc/config-functions.php +++ b/inc/config-functions.php @@ -206,13 +206,13 @@ function updateOldConfigFile () { // Default comment $comment = str_replace('_', '-', $new); - // Do we have a special comment? + // Is there a special comment? if (isset($comments[$new])) { // Then use it $comment = $comments[$new]; } // END - if - // Do we need to make $new lowercase? + // Does $new needs to be lower-case? $oldNew = $new; if (in_array($new, $lowerCase)) { // Then do so... :) @@ -283,7 +283,7 @@ function updateConfiguration ($entries, $values, $updateMode = '', $config = '0' // Default is empty SQL $SQL = ''; - // Do we have multiple entries? + // Is there multiple entries? if (is_array($entries)) { // Walk through all foreach ($entries as $idx => $entry) {