phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup/ldapmodify.php, 1.12


From: nomail
Subject: [Phpgroupware-cvs] setup/ldapmodify.php, 1.12
Date: Thu, 30 Dec 2004 10:37:36 +0100

Update of /setup
Modified Files:
        Branch: 
          ldapmodify.php

date: 2004/12/30 09:37:36;  author: fipsfuchs;  state: Exp;  lines: +7 -7

Log Message:
xhtml1trans compliance from powerstat
=====================================================================
Index: setup/ldapmodify.php
diff -u setup/ldapmodify.php:1.11 setup/ldapmodify.php:1.12
--- setup/ldapmodify.php:1.11   Thu Dec 30 08:43:15 2004
+++ setup/ldapmodify.php        Thu Dec 30 09:37:36 2004
@@ -141,7 +141,7 @@
                                $entry = array();
                                $thisacctid    = 
$group_info[$groupid]['gidnumber'][0];
                                $thisacctlid   = $group_info[$groupid]['cn'][0];
-                               /* echo "Updating GROUPID : 
".$thisacctlid."<br>\n"; */
+                               /* echo "Updating GROUPID : ".$thisacctlid."<br 
/>\n"; */
                                $thisfirstname = $group_info[$groupid]['cn'][0];
                                $thismembers   = 
$group_info[$groupid]['memberuid'];
                                $thisdn        = $group_info[$groupid]['dn'];
@@ -193,12 +193,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 = 
$y['account_id'];
@@ -247,7 +247,7 @@
                                $id_exist = 0;
                                $thisacctid  = 
$account_info[$id]['uidnumber'][0];
                                $thisacctlid = $account_info[$id]['uid'][0];
-                               /* echo "Updating USERID : 
".$thisacctlid."<br>\n"; */
+                               /* echo "Updating USERID : ".$thisacctlid."<br 
/>\n"; */
                                $thisdn      = $account_info[$id]['dn'];
 
                                /* Do some checks before we try to import the 
data. */
@@ -355,13 +355,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('Modifications have been 
completed!').' '.lang('Click <a href="index.php">here</a> to return to 
setup.').'<br><center>';
+               echo '<br /><center>'.lang('Modifications have been 
completed!').' '.lang('Click <a href="index.php">here</a> to return to 
setup.').'<br /><center>';
                $GLOBALS['phpgw_setup']->html->show_footer();
                exit;
        }




reply via email to

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