check_install reads now further checks from the setup.inc.php file of the apps

This commit is contained in:
Ralf Becker 2006-06-20 23:02:03 +00:00
parent 772d883290
commit 45b93c09ce

View File

@ -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)',
),
);