mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
update to the next version from egw
This commit is contained in:
parent
8574c44ae1
commit
2deefe45f7
@ -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')
|
||||
);
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user