redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / extensions / ext-sql_patches.php
index a4b5179c539057bbb149378c517aa65f8d919b06..08c7bf96d9609977634359ebf704cd890863704e 100644 (file)
@@ -532,7 +532,7 @@ default: // Do stuff when extension is loaded
        $dummy = LOAD_CONFIG();
 
        // When the sql_patches is not installed we cannot load it's configuration... *sigh*
-       if (GET_EXT_VERSION("sql_patches") != "") {
+       if (GET_EXT_VERSION("sql_patches") != '') {
                $_CONFIG['ext_autopurge']     = $dummy['ext_autopurge'];
                $_CONFIG['mails_page']        = $dummy['mails_page'];
                $_CONFIG['index_home']        = $dummy['index_home'];