X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Foverview-inc.php;h=2b1556bafcdb5aa0c682e7710f440effdfbf4d8d;hp=2a3ac6f0deb56013459eec945a89e37cd31a80d7;hb=8a9324b2d931f54f54f4319fd7234910af77012c;hpb=e1653405d28923c78b2e292125306ccf61138f24 diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index 2a3ac6f0de..2b1556bafc 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -260,7 +260,7 @@ function OUTPUT_SELECTED_TASKS($_POST, $result_tasks) if (empty($title)) $title = ""; if ((!empty($ext_name)) && (GET_EXT_VERSION("sql_patches")) && ($CONFIG['verbose_sql'] == 'Y')) { // Add verbose SQL table - $text .= EXTENSION_VERBOSE_TABLE($SQLs, $title, " class=\"admin_table top2 left2 right2\"", true, "100%")."
\n"; + $text .= EXTENSION_VERBOSE_TABLE($SQLs, $title, " class=\"admin_table top2 left2 right2\"", true, "100%")."
\n"; } } else