]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-functions.php
Default prefix for all SQL tables is now 'mailer', developer team now mentioned,...
[mailer.git] / inc / install-functions.php
index bf2064969497242138954ee3d027fe7242b98534..c1375178da3afbb35d2dbbd5d13662b0674d1246 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -104,7 +104,7 @@ function getInstallerContent () {
                $content = $GLOBALS['install_content'];
        } else {
                // Nothing found, this needs fixing
-               $content = loadTemplate('admin_settings_saved', true, '{--INSTALLER_CONTENT_404--}');
+               $content = displayMessage('{--INSTALLER_CONTENT_404--}', true);
        }
 
        // Return content