update to the next version from egw

This commit is contained in:
reinerj 2004-03-28 12:46:09 +00:00
parent 8574c44ae1
commit 2deefe45f7

View File

@ -14,7 +14,7 @@
$setup_info['etemplate']['name'] = 'etemplate';
$setup_info['etemplate']['version'] = '0.9.15.002';
$setup_info['etemplate']['app_order'] = 8; // just behind the developers-tools
$setup_info['etemplate']['app_order'] = 60; // just behind the developers-tools
$setup_info['etemplate']['tables'] = array('phpgw_etemplate');
$setup_info['etemplate']['enable'] = 1;
@ -39,6 +39,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','0.9.16')
'versions' => Array('0.9.14','0.9.15','0.9.16','1.0.0')
);
?>