X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Foverview-inc.php;h=9586233e835ad9db0a8664566aed5fd1fe1cee5f;hp=0b8b56becdb2463777a43bf48c5af4d685107e10;hb=b38e97d5419a80763653dc2cd61f0c418f2a8177;hpb=8b4478db59f4631cae077d87cc40aa8a56bfba0c diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index 0b8b56becd..9586233e83 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -242,9 +242,9 @@ LIMIT 1", } // Add SQLs to a table - if ((!empty($ext_name)) && (getExtensionVersion('sql_patches')) && (getConfig('verbose_sql') == 'Y')) { + if ((!empty($ext_name)) && (isExtensionInstalled('sql_patches')) && (getConfig('verbose_sql') == 'Y')) { // Add verbose SQL table - $text .= addExtensionVerboseSqlTable($title, " class=\"admin_table top left right\"", true, '100%') . "
\n"; + $text .= addExtensionVerboseSqlTable($title, ' class="admin_table top left right"', true, '100%') . "
\n"; } // END - if } elseif ((!empty($ext_name)) && (!empty($ext_ver))) { // Run SQL commands in dry mode but only return the notes