phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/doc/et_media/setup setup.inc.php,1.3,1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/doc/et_media/setup setup.inc.php,1.3,1.4
Date: Sun, 27 Oct 2002 19:18:07 -0500

Update of /cvsroot/phpgroupware/etemplate/doc/et_media/setup
In directory subversions:/tmp/cvs-serv28392

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/doc/et_media/setup/setup.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** setup.inc.php       27 Oct 2002 17:30:29 -0000      1.3
--- setup.inc.php       28 Oct 2002 00:18:04 -0000      1.4
***************
*** 19,23 ****
        $setup_info['et_media']['tables']    = array('phpgw_et_media');
        $setup_info['et_media']['enable']    = 1;
!       $setup_info['et_media']['author']    = 'Ralf Becker';
        $setup_info['et_media']['license']   = 'GPL';
        $setup_info['et_media']['description'] =
--- 19,27 ----
        $setup_info['et_media']['tables']    = array('phpgw_et_media');
        $setup_info['et_media']['enable']    = 1;
!       $setup_info['infolog']['author'] = 
!       $setup_info['infolog']['maintainer'] = array(
!               'name'  => 'Ralf Becker',
!               'email' => 'address@hidden'
!       );
        $setup_info['et_media']['license']   = 'GPL';
        $setup_info['et_media']['description'] =
***************
*** 27,32 ****
                '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['et_media']['maintainer'] = 'Ralf Becker';
-       $setup_info['et_media']['maintainer_email'] = 'address@hidden';
  
        /* Dependencies for this app to work */
--- 31,34 ----





reply via email to

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