]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-functions.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / config-functions.php
index 87c8e28d8b0ed746ab299d87ff1ccbb570b229b0..4b597a204d5ffadcd89d81a116aea04c1a28e0e8 100644 (file)
@@ -206,13 +206,13 @@ function updateOldConfigFile () {
                                // Default comment
                                $comment = str_replace('_', '-', $new);
 
                                // 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
 
                                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... :)
                                $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 = '';
 
        // 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) {
        if (is_array($entries)) {
                // Walk through all
                foreach ($entries as $idx => $entry) {