phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/inc/class.boaccounts.inc.php, 1.22.2.7.2.18


From: nomail
Subject: [Phpgroupware-cvs] admin/inc/class.boaccounts.inc.php, 1.22.2.7.2.18
Date: Thu, 20 May 2004 14:56:32 -0000

Update of /admin/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.boaccounts.inc.php

date: 2004/04/13 07:42:11;  author: fipsfuchs;  state: Exp;  lines: +2 -5

Log Message:
$group->save_repoistory() not in a loop now. better performance so
=====================================================================
No syntax errors detected in -
=====================================================================
Index: admin/inc/class.boaccounts.inc.php
diff -u admin/inc/class.boaccounts.inc.php:1.22.2.7.2.17 
admin/inc/class.boaccounts.inc.php:1.22.2.7.2.18
--- admin/inc/class.boaccounts.inc.php:1.22.2.7.2.17    Thu Mar 11 00:37:54 2004
+++ admin/inc/class.boaccounts.inc.php  Tue Apr 13 07:42:11 2004
@@ -544,11 +544,8 @@
                                {
                                        $GLOBALS['pref']->save_repository();
                                }
-
-                               // This is down here so we are sure to catch 
the acl changes
-                               // for LDAP to update the memberuid attribute
-                               $group->save_repository();
                        }
+                       $group->save_repository();
 
                /*
                        // Update any other options here, since the above 
save_repository () depends




reply via email to

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