mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
check_install reads now further checks from the setup.inc.php file of the apps
This commit is contained in:
parent
772d883290
commit
45b93c09ce
@ -52,6 +52,16 @@
|
||||
'appname' => 'etemplate',
|
||||
'versions' => Array('1.0.0','1.0.1','1.2','1.3')
|
||||
);
|
||||
|
||||
// installation checks for calendar
|
||||
$setup_info['calendar']['check_install'] = array(
|
||||
// check if PEAR is availible
|
||||
'' => array(
|
||||
'func' => 'pear_check',
|
||||
'from' => 'Calendar (iCal import+export)',
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user