]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions-functions.php
Empty but required-not-empty variables needs now bugfixing
[mailer.git] / inc / extensions-functions.php
index 507e6a10741f9750741fd2b2881b9e531437f5e1..8a47cadc84d048993455694289f372866510af5c 100644 (file)
@@ -744,11 +744,11 @@ function updateExtension ($ext_name, $ext_ver, $dry_run = false) {
 }
 
 // Output verbose SQL table for extension
-function addExtensionVerboseSqlTable ($title = '', $dashed = '', $switch = false, $width = '100%') {
+function addExtensionVerboseSqlTable ($title = '{--ADMIN_SQLS_EXECUTED_ON_REMOVAL--}', $dashed = '', $switch = false, $width = '100%') {
        // Empty title?
        if (empty($title)) {
-               // Then fix it to default
-               $title = '{--ADMIN_SQLS_EXECUTED_ON_REMOVAL--}';
+               // Then abort here
+               debug_report_bug(__FUNCTION__, __LINE__, 'title is empty.');
        } // END - if
 
        // Init variables