Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / inc / mysql-manager.php
index 102a3de242ca0f87ac1ffe51ce5cd1d5a58922cf..d07f48dbe551559e9b76013969417f1d0e9f7de0 100644 (file)
@@ -1810,7 +1810,7 @@ function updateConfiguration ($entries, $values, $updateMode='') {
                        // Update mode set?
                        if (!empty($updateMode)) {
                                // Update entry
-                               // @TODO Find a way for updating $_CONFIG here
+                               // @TODO Find a way for updating configuration here
                                $all .= sprintf("`%s`=%s%s%s,", $entry, $entry, $updateMode, (float)$values[$idx]);
                        } else {
                                // Check if string or number
@@ -1834,7 +1834,7 @@ function updateConfiguration ($entries, $values, $updateMode='') {
                $entries = substr($all, 0, -1);
        } elseif (!empty($updateMode)) {
                // Update mode set
-               // @TODO Find a way for updating $_CONFIG here
+               // @TODO Find a way for updating configuration here
                $entries .= sprintf("=%s%s%s", $entries, $updateMode, (float)$values);
        } else {
                // Set it in config first