phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.uiaccounts.inc.php,1.23,1.23.2.1


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uiaccounts.inc.php,1.23,1.23.2.1
Date: Mon, 28 Jan 2002 13:49:05 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiaccounts.inc.php 
Log Message:
Working on ACL for TTS


Index: class.uiaccounts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uiaccounts.inc.php,v
retrieving revision 1.23
retrieving revision 1.23.2.1
diff -C2 -r1.23 -r1.23.2.1
*** class.uiaccounts.inc.php    12 Jan 2002 15:46:47 -0000      1.23
--- class.uiaccounts.inc.php    28 Jan 2002 18:49:03 -0000      1.23.2.1
***************
*** 10,14 ****
        
\**************************************************************************/
  
!       /* $Id$ */
  
        class uiaccounts
--- 10,15 ----
        
\**************************************************************************/
  
!       // $Id$
!       // $Source$
  
        class uiaccounts
***************
*** 709,713 ****
                function create_edit_group($group_info,$_errors='')
                {
!                       $apps_with_acl = Array(
                                'addressbook' => True,
                                'todo'        => True,
--- 710,716 ----
                function create_edit_group($group_info,$_errors='')
                {
!                       // Maybe we should list this in setup/setup.inc.php and 
put it into the
!                       // phpgw_applications table ? (jengo)
!                       $apps_with_acl = array(
                                'addressbook' => True,
                                'todo'        => True,
***************
*** 717,721 ****
                                'phonelog'    => True,
                                'infolog'     => True,
!                               'phpwebhosting' => True
                        );
  
--- 720,725 ----
                                'phonelog'    => True,
                                'infolog'     => True,
!                               'phpwebhosting' => True,
!                               'tts'         => True
                        );
  




reply via email to

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