phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/setup setup.inc.php,1.22,1.23


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/setup setup.inc.php,1.22,1.23
Date: Sat, 29 Mar 2003 20:41:39 -0500

Update of /cvsroot/phpgroupware/calendar/setup
In directory subversions:/tmp/cvs-serv28719/setup

Modified Files:
        setup.inc.php 
Log Message:
changed calendar to use the user/default/forced prefs
deleted the no longer used classes ui-/bo-prefs

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/setup/setup.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** setup.inc.php       27 Oct 2002 23:56:10 -0000      1.22
--- setup.inc.php       30 Mar 2003 01:41:37 -0000      1.23
***************
*** 24,33 ****
  
        $setup_info['calendar']['license']  = 'GPL';
        $setup_info['calendar']['description'] = 'Powerful calendar with 
meeting request system and ACL security.';
  
!       $setup_info['calendar']['maintainer'] = array
!       (
!               'name'  => 'Mark Peters',
!               'email' => 'address@hidden'
        );
  
--- 24,33 ----
  
        $setup_info['calendar']['license']  = 'GPL';
+       
        $setup_info['calendar']['description'] = 'Powerful calendar with 
meeting request system and ACL security.';
  
!       $setup_info['calendar']['maintainer'] = array(
!               'name'  => 'Ralf Becker',
!               'email' => 'address@hidden'
        );
  
***************
*** 59,63 ****
                'manual',
                'preferences',
!               'about'
        );
  
--- 59,63 ----
                'manual',
                'preferences',
!               'settings'
        );
  





reply via email to

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