]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-manager.php
Large code cleanups:
[mailer.git] / inc / mysql-manager.php
index 39a489138be51bef6095be4d85c2a722a5f38f11..8f9d7bb7a9d8113e9597e7862f29f18126223f74 100644 (file)
@@ -1292,9 +1292,9 @@ function generateOptionList ($table, $id, $name, $default = '', $special = '', $
                }
        } else {
                // Data from database
-               $SPEC = ', `' . $id . '`';
+               $SPEC = ',`' . $id . '`';
                if (!empty($special)) {
-                       $SPEC = ', `' . $special . '` AS `special`';
+                       $SPEC = ',`' . $special . '` AS `special`';
                } // END - if
 
                // Query the database