From 415faa58ed4c750645e9bd23f1eb23c3c943ec43 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 14 Jun 2003 13:48:50 +0000 Subject: [PATCH] added 0.9.16 to api-version-dependece, the eTemplate wiki-page and droped the title --- etemplate/setup/setup.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etemplate/setup/setup.inc.php b/etemplate/setup/setup.inc.php index ad8f3577bd..0262a7c36e 100644 --- a/etemplate/setup/setup.inc.php +++ b/etemplate/setup/setup.inc.php @@ -13,7 +13,6 @@ /* $Id$ */ $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 $setup_info['etemplate']['tables'] = array('phpgw_etemplate'); @@ -30,8 +29,9 @@ interactive editor and a database table-editor (creates tables_current.inc.php and updates automaticaly tables_update.inc.php).'; $setup_info['etemplate']['note'] = - 'For more information check out the Tutorial - and the Referenz Documentation.'; + 'For more information check out the Tutorial, + the Referenz Documentation + or the eTemplate page in our Wiki.'; /* The hooks this app includes, needed for hooks registration */ //$setup_info['etemplate']['hooks'][] = 'preferences'; @@ -41,6 +41,6 @@ /* Dependencies for this app to work */ $setup_info['etemplate']['depends'][] = array( 'appname' => 'phpgwapi', - 'versions' => Array('0.9.13','0.9.14','0.9.15') + 'versions' => Array('0.9.13','0.9.14','0.9.15','0.9.16') ); ?>