Countless fixes, ext-grade started:
[mailer.git] / inc / config-functions.php
index 01d538db1977cd093cbb6e9edb1239a021e9220d..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!');