phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/setup setup.inc.php,1.19,1.20


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/setup setup.inc.php,1.19,1.20
Date: Sun, 27 Oct 2002 19:14:46 -0500

Update of /cvsroot/phpgroupware/infolog/setup
In directory subversions:/tmp/cvs-serv25090

Modified Files:
        setup.inc.php 
Log Message:
ubdate to new about-system (all infos are in setup.inc.php, no more hook_about)


Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/setup/setup.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** setup.inc.php       27 Oct 2002 18:07:54 -0000      1.19
--- setup.inc.php       28 Oct 2002 00:14:44 -0000      1.20
***************
*** 18,22 ****
        $setup_info['infolog']['enable']    = 1;
  
!       $setup_info['infolog']['author'] = 'Ralf Becker';
        $setup_info['infolog']['license']  = 'GPL';
        $setup_info['infolog']['description'] =
--- 18,26 ----
        $setup_info['infolog']['enable']    = 1;
  
!       $setup_info['infolog']['author'] = 
!       $setup_info['infolog']['maintainer'] = array(
!               'name'  => 'Ralf Becker',
!               'email' => 'address@hidden'
!       );
        $setup_info['infolog']['license']  = 'GPL';
        $setup_info['infolog']['description'] =
***************
*** 40,45 ****
                expressions and direct calls to php-functions (e.g. to link the 
phone calls 
                (again) to the addressbook entrys).';
-       $setup_info['infolog']['maintainer'] = 'Ralf Becker';
-       $setup_info['infolog']['maintainer_email'] = 'address@hidden';
  
        /* The hooks this app includes, needed for hooks registration */
--- 44,47 ----





reply via email to

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