update to the next version from egw

This commit is contained in:
reinerj 2004-03-28 12:20:15 +00:00
parent 8af7e93dac
commit 8574c44ae1
4 changed files with 6 additions and 6 deletions

View File

@ -49,6 +49,6 @@
/* Dependencies for this app to work */
$setup_info['addressbook']['depends'][] = array(
'appname' => 'phpgwapi',
'versions' => Array('0.9.13', '0.9.14')
'versions' => Array('0.9.14','0.9.15','1.0.0')
);
?>

View File

@ -48,6 +48,6 @@
/* Dependencies for this app to work */
$setup_info['admin']['depends'][] = array(
'appname' => 'phpgwapi',
'versions' => Array('0.9.14','0.9.15')
'versions' => Array('0.9.14','0.9.15','1.0.0')
);
?>

View File

@ -14,7 +14,7 @@
$setup_info['filemanager']['name'] = 'filemanager';
$setup_info['filemanager']['title'] = 'Filemanager';
$setup_info['filemanager']['version'] = '0.9.13.005';
$setup_info['filemanager']['app_order'] = 10;
$setup_info['filemanager']['app_order'] = 6;
$setup_info['filemanager']['enable'] = 1;
/* The hooks this app includes, needed for hooks registration */
@ -34,6 +34,6 @@
$setup_info['filemanager']['depends'][] = array
(
'appname' => 'phpgwapi',
'versions' => array('0.9.14','0.9.16')
'versions' => array('0.9.14','0.9.16','1.0.0')
);
?>

View File

@ -13,7 +13,7 @@
$setup_info['infolog']['name'] = 'infolog';
$setup_info['infolog']['version'] = '0.9.15.006';
$setup_info['infolog']['app_order'] = 4;
$setup_info['infolog']['app_order'] = 5;
$setup_info['infolog']['tables'] = array('phpgw_infolog','phpgw_links','phpgw_infolog_extra');
$setup_info['infolog']['enable'] = 1;
@ -67,6 +67,6 @@
);
$setup_info['infolog']['depends'][] = array(
'appname' => 'etemplate',
'versions' => Array('0.9.15','0.9.16')
'versions' => Array('0.9.15','0.9.16','1.0.0')
);
?>