Introduceed new extension ext-server_name which has been extracted from
[mailer.git] / inc / libs / task_functions.php
index 95be2052d6e96477d6cfb35ead42d3f9eb2aea1f..9142672cabd8a285e2d8d65ea5387d8c8f73dc2a 100644 (file)
@@ -516,7 +516,7 @@ ORDER BY
                $TITLEs[] = '{--ADMIN_TASK_LIST_SURFBAR_URLS_PENDING_TITLE--}';
        } // END - if
 
-       if (isExtensionInstalledAndNewer('sql_patches', '0.9.2')) {
+       if (isExtensionInstalled('server_name')) {
                // Check for wrong "SERVER_NAME" entries
                addSql('SELECT `server_name_id` FROM `{?_MYSQL_PREFIX?}_server_name_log`');
                $DESCRs[] = '{--ADMIN_TASK_LIST_SERVER_NAME_LOG--}';