added api version to deps

This commit is contained in:
ceb 2002-01-13 20:37:05 +00:00
parent 105b55ef96
commit 26edf4dccb
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@
/* Dependencies for this app to work */ /* Dependencies for this app to work */
$setup_info['phpwebhosting']['depends'][] = array( $setup_info['phpwebhosting']['depends'][] = array(
'appname' => 'phpgwapi', 'appname' => 'phpgwapi',
'versions' => array('0.9.10', '0.9.11' , '0.9.12', '0.9.13', '0.9.14') 'versions' => array('0.9.13', '0.9.14','0.9.15')
); );
?> ?>

View File

@ -28,6 +28,6 @@
/* Dependacies for this app to work */ /* Dependacies for this app to work */
$setup_info['preferences']['depends'][] = array( $setup_info['preferences']['depends'][] = array(
'appname' => 'phpgwapi', 'appname' => 'phpgwapi',
'versions' => Array('0.9.10', '0.9.11' , '0.9.12', '0.9.13', '0.9.14') 'versions' => Array('0.9.13', '0.9.14','0.9.15')
); );
?> ?>