]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib-mysql3.php
Several code-cleanups:
[mailer.git] / inc / db / lib-mysql3.php
index 9f95d5775b4e026b0b57ee3848843a474f882c69..701506b8a1a83e1879da201ebb549d076d6e9fca 100644 (file)
@@ -464,7 +464,7 @@ function SQL_ALTER_TABLE ($sql, $F, $L, $enableCodes = true) {
 
                // But should we DROP?
                if ($tableArray[3] == 'DROP') {
-                       // Then skip if nothing found!
+                       // Then skip if nothing found
                        $skip = true;
                        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Going to drop key ' . $keyName);
                } // END - if