phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] setup/config.php, 1.78.2.6


From: nomail
Subject: [Phpgroupware-cvs] setup/config.php, 1.78.2.6
Date: Sat, 6 Nov 2004 17:13:46 +0100

Update of /setup
Modified Files:
        Branch: Version-0_9_16-branch
          config.php

date: 2004/11/06 16:13:46;  author: powerstat;  state: Exp;  lines: +3 -3

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: setup/config.php
diff -u setup/config.php:1.78.2.5 setup/config.php:1.78.2.6
--- setup/config.php:1.78.2.5   Wed Aug 13 12:52:28 2003
+++ setup/config.php    Sat Nov  6 16:13:46 2004
@@ -135,7 +135,7 @@
 
                while(list($setting,$value) = @each($newsettings))
                {
-                       /* echo '<br>Updating: ' . $setting . '=' . $value; */
+                       /* echo '<br />Updating: ' . $setting . '=' . $value; */
                        /* Don't erase passwords, since we also do not print 
them below */
                        if($value || (!ereg('passwd',$setting) && 
!ereg('password',$setting) && !ereg('root_pw',$setting)))
                        {
@@ -201,7 +201,7 @@
        {
                /* Please check the number and dial again :) */
                $GLOBALS['phpgw_setup']->html->show_alert_msg('Error',
-                       lang('There was a problem trying to connect to your 
LDAP server. <br>'
+                       lang('There was a problem trying to connect to your 
LDAP server. <br />'
                                .'please check your LDAP server configuration') 
. '.');
        }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]