mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
11 lines
384 B
PHP
Executable File
11 lines
384 B
PHP
Executable File
<?php
|
|
$setup_info['preferences']['name'] = 'preferences';
|
|
$setup_info['preferences']['title'] = 'Preferences';
|
|
$setup_info['preferences']['version'] = '0.9.11';
|
|
$setup_info['preferences']['app_order'] = 1;
|
|
$setup_info['preferences']['tables'] = '';
|
|
$hooks = Array();
|
|
$hooks_string = implode (',', $hooks);
|
|
$setup_info['preferences']['hooks'] = $hooks_string;
|
|
?>
|