Some comments fixed
authorRoland Häder <roland@mxchange.org>
Wed, 17 Nov 2010 23:05:50 +0000 (23:05 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 17 Nov 2010 23:05:50 +0000 (23:05 +0000)
inc/config-local.php.dist
inc/libs/surfbar_functions.php
inc/load_config.php

index 9b17267c11609d09730d1618d220716415cad4a1..80180925f8b3ac3348db15311516a5907c361e24 100644 (file)
@@ -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                    *
index 3bd2526acbb90032d1c8f57d3d81d7ad1e975ed8..4c7f40a75fea358f6be5dd3754642bb4e89d437a 100644 (file)
@@ -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';
index 86524a7ce0ec1a2b8561c36e9f1fbd901a914d9b..f3454862f6f55ab6e0f3e89aa59241ecd13079d4 100644 (file)
@@ -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, '<div class="warning">{--MAILER_WARNING--}:</div> {--WARN_NULL_PASSWORD--}');
 }