phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/setup setup.inc.php,1.6,1.7


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/setup setup.inc.php,1.6,1.7
Date: Sun, 27 Oct 2002 19:17:09 -0500

Update of /cvsroot/phpgroupware/etemplate/setup
In directory subversions:/tmp/cvs-serv25329

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/etemplate/setup/setup.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** setup.inc.php       27 Oct 2002 17:31:02 -0000      1.6
--- setup.inc.php       28 Oct 2002 00:17:06 -0000      1.7
***************
*** 19,23 ****
        $setup_info['etemplate']['enable']    = 1;
  
!       $setup_info['etemplate']['author']    = 'Ralf Becker';
        $setup_info['etemplate']['license']   = 'GPL';
        $setup_info['etemplate']['description'] =
--- 19,27 ----
        $setup_info['etemplate']['enable']    = 1;
  
!       $setup_info['infolog']['author'] = 
!       $setup_info['infolog']['maintainer'] = array(
!               'name'  => 'Ralf Becker',
!               'email' => 'address@hidden'
!       );
        $setup_info['etemplate']['license']   = 'GPL';
        $setup_info['etemplate']['description'] =
***************
*** 28,33 ****
                'For more information check out the <a 
href="etemplate/doc/etemplate.html" target="_blank">Tutorial</a>
                and the <a href="etemplate/doc/referenz.html" 
target="_blank">Referenz Documentation</a>.';
-       $setup_info['etemplate']['maintainer'] = 'Ralf Becker';
-       $setup_info['etemplate']['maintainer_email'] = 'address@hidden';
  
        /* The hooks this app includes, needed for hooks registration */
--- 32,35 ----





reply via email to

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