phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup/ldapexport.php, 1.6.2.6


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

Update of /setup
Modified Files:
        Branch: Version-0_9_16-branch
          ldapexport.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/ldapexport.php
diff -u setup/ldapexport.php:1.6.2.5 setup/ldapexport.php:1.6.2.6
--- setup/ldapexport.php:1.6.2.5        Tue Mar 30 11:07:35 2004
+++ setup/ldapexport.php        Sat Nov  6 16:13:46 2004
@@ -148,9 +148,9 @@
                                        $id_exist = 
$groups->group_exists(intval($thisacctid));
                                        
                                        /*
-                                       echo '<br>accountid: ' . $thisacctid;
-                                       echo '<br>accountlid: ' . $thisacctlid;
-                                       echo '<br>exists: ' . $id_exist;
+                                       echo '<br />accountid: ' . $thisacctid;
+                                       echo '<br />accountlid: ' . 
$thisacctlid;
+                                       echo '<br />exists: ' . $id_exist;
                                        */
                                        
                                        /* If not, create it now. */
@@ -238,14 +238,14 @@
 
        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('Export has been completed!  You will 
need to set the user passwords manually.').'</center>';
-               echo '<br><center>'.lang('Click <a href="index.php">here</a> to 
return to setup.').'</center>';
+               echo '<br /><center>'.lang('Export has been completed!  You 
will need to set the user passwords manually.').'</center>';
+               echo '<br /><center>'.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]