Member ref-link page swapped out to templates (#68)
[mailer.git] / inc / load_config.php
index e38c041606ca08402fd2d1b2964afeae9c5662da..6ecd46300d49a80999c7a5683fffd8dcdb83022c 100644 (file)
@@ -88,7 +88,7 @@ if ((isIncludeReadable(getConfig('CACHE_PATH') . 'config-local.php')) && (isIncl
 // Check if the user setups his MySQL stuff...
 if ((empty($GLOBALS['mysql']['login'])) && (!isInstalling()) && (!isGetRequestElementSet('installing')) && (isInstalled())) {
        // No login entered and outside installation mode
-       outputHtml('<strong>{--LANG_WARNING--}:</strong> ');
+       outputHtml('<strong>{--LANG_WARNING--}:</strong>');
        if (isInstalled()) {
                // You have changed my configuration file!
                app_die(__FILE__, __LINE__, '{--DIE_CONFIG_CHANGED_YOU--}');
@@ -98,8 +98,8 @@ if ((empty($GLOBALS['mysql']['login'])) && (!isInstalling()) && (!isGetRequestEl
        }
 } elseif ((!isInstalling()) && (empty($GLOBALS['mysql']['password'])) && (getConfig('WARN_NO_PASS') == 'Y')) {
        // No database password entered!!!
-       outputHtml('<div>{--LANG_WARNING--}:</div> {--WARN_NULL_PASSWORD--}');
+       loadTemplate('admin_settings_saved', false, '<div>{--LANG_WARNING--}:</div> {--WARN_NULL_PASSWORD--}');
 }
 
-//
+// [EOF]
 ?>