phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/inc class.boaclmanager.inc.php, 1.2.4.5, 1.2.4.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] admin/inc class.boaclmanager.inc.php, 1.2.4.5, 1.2.4.6 class.uiaclmanager.inc.php, 1.5.2.2.2.6, 1.5.2.2.2.7
Date: Fri, 07 Nov 2003 15:00:53 +0000

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv5742

Modified Files:
      Tag: Version-0_9_16-branch
        class.boaclmanager.inc.php class.uiaclmanager.inc.php 
Log Message:
fix

Index: class.uiaclmanager.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uiaclmanager.inc.php,v
retrieving revision 1.5.2.2.2.6
retrieving revision 1.5.2.2.2.7
diff -C2 -d -r1.5.2.2.2.6 -r1.5.2.2.2.7
*** class.uiaclmanager.inc.php  5 Nov 2003 11:09:27 -0000       1.5.2.2.2.6
--- class.uiaclmanager.inc.php  7 Nov 2003 15:00:51 -0000       1.5.2.2.2.7
***************
*** 221,234 ****
                                                
$GLOBALS['phpgw']->template->fp('list','user_list',True);
                                        }
!                               }
!                       }
! 
!                       $gadmins = $this->boacl->list_addressmasters(8);
!                       
!                       if(is_array($gadmins))
!                       {
!                               foreach($gadmins as $gadmin)
!                               {
!                                       if ($gadmin['lastname'] == 'Group')
                                        {
                                                
$this->nextmatchs->template_alternate_row_color(&$GLOBALS['phpgw']->template);
--- 221,225 ----
                                                
$GLOBALS['phpgw']->template->fp('list','user_list',True);
                                        }
!                                       elseif ($admin['lastname'] == 'Group')
                                        {
                                                
$this->nextmatchs->template_alternate_row_color(&$GLOBALS['phpgw']->template);
***************
*** 236,242 ****
                                                
$GLOBALS['phpgw']->template->set_var(array
                                                                                
     (
!                                                                               
             'lid'              => $gadmin['lid'],
!                                                                               
             'firstname'=> $gadmin['firstname'],
!                                                                               
             'lastname' => $gadmin['lastname'])
                                                        );
                                                
$GLOBALS['phpgw']->template->fp('glist','group_list',True);
--- 227,233 ----
                                                
$GLOBALS['phpgw']->template->set_var(array
                                                                                
     (
!                                                                               
             'lid'              => $admin['lid'],
!                                                                               
             'firstname'=> $admin['firstname'],
!                                                                               
             'lastname' => $admin['lastname'])
                                                        );
                                                
$GLOBALS['phpgw']->template->fp('glist','group_list',True);
***************
*** 244,250 ****
                                }
                        }
- 
- 
- 
                        
$GLOBALS['phpgw']->template->pfp('out','admin_list_t',True);
                }
--- 235,238 ----

Index: class.boaclmanager.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.boaclmanager.inc.php,v
retrieving revision 1.2.4.5
retrieving revision 1.2.4.6
diff -C2 -d -r1.2.4.5 -r1.2.4.6
*** class.boaclmanager.inc.php  5 Nov 2003 11:09:27 -0000       1.2.4.5
--- class.boaclmanager.inc.php  7 Nov 2003 15:00:50 -0000       1.2.4.6
***************
*** 49,55 ****
                }
  
!               function list_addressmasters($rights=7)
                {
!                       $admins = $this->get_addressmaster_ids($rights);
                        //_debug_array($admins);
  
--- 49,55 ----
                }
  
!               function list_addressmasters()
                {
!                       $admins = $this->get_addressmaster_ids();
                        //_debug_array($admins);
  





reply via email to

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