2001-05-19 08:09:07 +02:00
|
|
|
<?php
|
2001-05-20 02:03:17 +02:00
|
|
|
$setup_info['preferences']['name'] = 'preferences';
|
|
|
|
$setup_info['preferences']['title'] = 'Preferences';
|
|
|
|
$setup_info['preferences']['version'] = '0.9.11';
|
2001-05-19 08:09:07 +02:00
|
|
|
$setup_info['preferences']['app_order'] = 1;
|
2001-05-20 02:03:17 +02:00
|
|
|
$setup_info['preferences']['tables'] = '';
|
2001-05-29 16:15:53 +02:00
|
|
|
|
|
|
|
/* The hooks this app includes, needed for hooks registration */
|
|
|
|
//$setup_info['admin']['hooks'][] = 'preferences';
|
|
|
|
//$setup_info['admin']['hooks'][] = 'admin';
|
|
|
|
|
|
|
|
/* Dependacies for this app to work */
|
|
|
|
$setup_info['preferences']['depends'][] = array(
|
|
|
|
'appname' => 'phpgwapi',
|
2001-05-30 19:48:20 +02:00
|
|
|
'versions' => Array('0.9.10', '0.9.11' , '0.9.12', '0.9.13')
|
2001-05-29 16:15:53 +02:00
|
|
|
);
|
2001-05-20 02:03:17 +02:00
|
|
|
?>
|