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.11,1.12


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/setup setup.inc.php,1.11,1.12
Date: Sat, 14 Jun 2003 09:48:53 -0400

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

Modified Files:
        setup.inc.php 
Log Message:
added 0.9.16 to api-version-dependece, the eTemplate wiki-page and droped the 
title

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/setup/setup.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** setup.inc.php       22 Mar 2003 11:34:22 -0000      1.11
--- setup.inc.php       14 Jun 2003 13:48:50 -0000      1.12
***************
*** 14,18 ****
  
        $setup_info['etemplate']['name']      = 'etemplate';
-       $setup_info['etemplate']['title']     = 'eTemplate';
        $setup_info['etemplate']['version']   = '0.9.15.002';
        $setup_info['etemplate']['app_order'] = 8;      // just behind the 
developers-tools
--- 14,17 ----
***************
*** 31,36 ****
                updates automaticaly tables_update.inc.php).';
        $setup_info['etemplate']['note'] =
!               '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>.';
  
        /* The hooks this app includes, needed for hooks registration */
--- 30,36 ----
                updates automaticaly tables_update.inc.php).';
        $setup_info['etemplate']['note'] =
!               'For <b>more information</b> check out the <a 
href="etemplate/doc/etemplate.html" target="_blank">Tutorial</a>, 
!               the <a href="etemplate/doc/referenz.html" 
target="_blank">Referenz Documentation</a> 
!               or the <a href="http://www.phpgroupware.org/wiki/etemplate"; 
target="_blank">eTemplate page in our Wiki</a>.';
  
        /* The hooks this app includes, needed for hooks registration */
***************
*** 42,46 ****
        $setup_info['etemplate']['depends'][] = array(
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13','0.9.14','0.9.15')
        );
  ?>
--- 42,46 ----
        $setup_info['etemplate']['depends'][] = array(
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13','0.9.14','0.9.15','0.9.16')
        );
  ?>





reply via email to

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