phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/setup setup.inc.php,1.10,1.10.2.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/setup setup.inc.php,1.10,1.10.2.1
Date: Sun, 27 Oct 2002 13:16:07 -0500

Update of /cvsroot/phpgroupware/notes/setup
In directory subversions:/tmp/cvs-serv23764/setup

Modified Files:
      Tag: eTemplate
        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/notes/setup/setup.inc.php,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -C2 -r1.10 -r1.10.2.1
*** setup.inc.php       14 May 2002 22:12:10 -0000      1.10
--- setup.inc.php       27 Oct 2002 18:16:05 -0000      1.10.2.1
***************
*** 11,20 ****
        /* $Id$ */
  
!       $setup_info['notes']['name']      = 'notes';
!       $setup_info['notes']['title']     = 'Notes';
        $setup_info['notes']['version']   = '0.9.15.001';
        $setup_info['notes']['app_order'] = 8;
        $setup_info['notes']['tables']    = array('phpgw_notes');
        $setup_info['notes']['enable']    = 1;
  
        /* The hooks this app includes, needed for hooks registration */
--- 11,24 ----
        /* $Id$ */
  
!       $setup_info['notes']['name']      = 'notes'; 
        $setup_info['notes']['version']   = '0.9.15.001';
        $setup_info['notes']['app_order'] = 8;
        $setup_info['notes']['tables']    = array('phpgw_notes');
        $setup_info['notes']['enable']    = 1;
+       $setup_info['notes']['description'] =
+               'Notes and short texts can go in here';
+       $setup_info['notes']['author'] = 'Bettina Gille, Andy Holman (LoCdOg)';
+       $setup_info['notes']['maintainer'] = 'Bettina Gille';
+       $setup_info['notes']['maintainer_email'] = 'address@hidden';
  
        /* The hooks this app includes, needed for hooks registration */





reply via email to

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