phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup/ldapimport.php, 1.10.2.4


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

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: setup/ldapimport.php
diff -u setup/ldapimport.php:1.10.2.3 setup/ldapimport.php:1.10.2.4
--- setup/ldapimport.php:1.10.2.3       Mon Jun  7 14:26:37 2004
+++ setup/ldapimport.php        Sat Nov  6 16:13:46 2004
@@ -150,12 +150,12 @@
        {
                if (! @count($_POST['admins']) )
                {
-                       $error = '<br>You must select at least 1 admin';
+                       $error = '<br />You must select at least 1 admin';
                }
 
                if (! @count($_POST['s_apps']) )
                {
-                       $error .= '<br>You must select at least 1 application';
+                       $error .= '<br />You must select at least 1 
application';
                }
 
                if (!$error)
@@ -290,12 +290,12 @@
                                                        {
                                                                continue;
                                                        }
-                                                       /* echo '<br>members: ' 
. $members; */
+                                                       /* echo '<br />members: 
' . $members; */
                                                        $tmpid = 0;
                                                        @reset($account_info);
                                                        while(list($x,$y) = 
each($account_info))
                                                        {
-                                                               /* echo 
'<br>checking: '.$y['account_lid']; */
+                                                               /* echo '<br 
/>checking: '.$y['account_lid']; */
                                                                if ($members == 
$y['account_lid'])
                                                                {
                                                                        $tmpid 
= $acct->name2id($y['account_lid']);
@@ -401,13 +401,13 @@
 
        if ($error)
        {
-               //echo '<br><center><b>Error:</b> '.$error.'</center>';
+               //echo '<br /><center><b>Error:</b> '.$error.'</center>';
                $GLOBALS['phpgw_setup']->html->show_alert_msg('Error',$error);
        }
 
        if ($setup_complete)
        {
-               echo '<br><center>'.lang('Import has been completed!').' 
'.lang('Click <a href="index.php">here</a> to return to setup.').'</center>';
+               echo '<br /><center>'.lang('Import has been completed!').' 
'.lang('Click <a href="index.php">here</a> to return to setup.').'</center>';
                $GLOBALS['phpgw_setup']->html->show_footer();
                exit;
        }




reply via email to

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