]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions.php
SQL removal list table is now 100%, SQL error in ext-bonus fixed (thanks to schatty)
[mailer.git] / inc / extensions.php
index ab142b07cd88253789c76f107bb19c3726291c23..d95384706f28812a36822505e4955a043326bbd9 100644 (file)
@@ -578,7 +578,7 @@ function EXTENSION_UPDATE ($file, $ext_name, $ext_ver, $dry_run=false) {
 }
 
 // Output verbose SQL table for extension
-function EXTENSION_VERBOSE_TABLE ($queries = array(), $title = ADMIN_SQLS_EXECUTED_ON_REMOVAL, $dashed = "", $switch = false, $width = "480") {
+function EXTENSION_VERBOSE_TABLE ($queries = array(), $title = ADMIN_SQLS_EXECUTED_ON_REMOVAL, $dashed = "", $switch = false, $width = "100%") {
        global $_CONFIG, $SQLs;
 
        // Are there some queries in $queries?