From ac3ce5eb46bd9f7e5f6f41b930f7ebdc17089ed2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 17 Nov 2010 23:05:50 +0000 Subject: [PATCH] Some comments fixed --- inc/config-local.php.dist | 2 -- inc/libs/surfbar_functions.php | 2 +- inc/load_config.php | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/inc/config-local.php.dist b/inc/config-local.php.dist index 9b17267c11..80180925f8 100644 --- a/inc/config-local.php.dist +++ b/inc/config-local.php.dist @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * diff --git a/inc/libs/surfbar_functions.php b/inc/libs/surfbar_functions.php index 3bd2526acb..4c7f40a75f 100644 --- a/inc/libs/surfbar_functions.php +++ b/inc/libs/surfbar_functions.php @@ -1564,7 +1564,7 @@ function SURFBAR_RELOAD_TO_STOP_PAGE ($page = 'stop') { } // Determine next id for surfbar or get data for given id, always call this before you call other -// getters below this function!!! +// getters below this function! function SURFBAR_DETERMINE_NEXT_ID ($urlId = '0') { // Default is no id and no random number $nextId = '0'; diff --git a/inc/load_config.php b/inc/load_config.php index 86524a7ce0..f3454862f6 100644 --- a/inc/load_config.php +++ b/inc/load_config.php @@ -93,7 +93,7 @@ if ((empty($GLOBALS['mysql']['login'])) && (!isInstalling()) && (!isInstallation debug_report_bug(__FILE__, __LINE__, '{--DIE_RUN_INSTALL_MYSQL--}'); } } elseif ((!isInstalling()) && (!isInstallationPhase()) && (empty($GLOBALS['mysql']['password'])) && (getConfig('WARN_NO_PASS') == 'Y')) { - // No database password entered!!! + // No database password entered loadTemplate('admin_settings_saved', false, '
{--MAILER_WARNING--}:
{--WARN_NULL_PASSWORD--}'); } -- 2.30.2