]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
Fixes for 'empty version'
[mailer.git] / inc / modules / admin / what-extensions.php
index 3980ef00ccc6db36cf9aa8bd108362a70fbc2205..ab36ce7cfb210141054c7bdac95a285436c30573 100644 (file)
@@ -260,7 +260,7 @@ ORDER BY `ext_name` ASC", __FILE__, __LINE__);
                        while ($content = SQL_FETCHARRAY($result)) {
                                // Prepare CSS selection output
                                $cssSelection = '---';
-                               if (getExtensionVersion('sql_patches') >= '0.0.6') $cssSelection = translateYesNo($content['ext_css']);
+                               if (isExtensionInstalledAndNewer('sql_patches', '0.0.6')) $cssSelection = translateYesNo($content['ext_css']);
 
                                // Prepare data for the row template
                                $content = array(