]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions-functions.php
New wrapper functions introduced, TODOs.txt updated
[mailer.git] / inc / extensions-functions.php
index 432bc96d075183db30f0f7050488d6ae0a7ae780..56f624b44b5f551eb52335629ffcd4bea16c1744 100644 (file)
@@ -800,7 +800,7 @@ function addExtensionVerboseSqlTable ($title = '', $dashed = '', $switch = false
                        $OUT = loadTemplate('admin_extension_sql_table', true, $content);
                } else {
                        // No addional SQL commands to run
-                       $OUT = loadTemplate('admin_settings_saved', true, '{--ADMIN_NO_ADDITIONAL_SQLS--}');
+                       $OUT = displayMessage('{--ADMIN_NO_ADDITIONAL_SQLS--}', true);
                }
        } // END - if