]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions.php
redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / extensions.php
index ddb3cb813ed8bd688f9239b8089b9eaa8fe0e7b6..991742b34425e96c7ca0c2b7b3b30b3eb3ab34e0 100644 (file)
@@ -65,7 +65,7 @@ function EXTENSION_REGISTER($ext_name, $id, $dry_run=false)
                foreach ($EXT_VER_HISTORY as $EXT_VER)
                {
                        require($file);
-                       if (((GET_EXT_VERSION("sql_patches") != "") && ($_CONFIG['verbose_sql'] == 'Y')) || (!EXT_IS_ACTIVE("sql_patches")))
+                       if (((GET_EXT_VERSION("sql_patches") != '') && ($_CONFIG['verbose_sql'] == 'Y')) || (!EXT_IS_ACTIVE("sql_patches")))
                        {
                                if (!empty($UPDATE_NOTES))
                                {