mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
9 lines
315 B
PHP
Executable File
9 lines
315 B
PHP
Executable File
<?php
|
|
$setup_info['preferences']['name'] = '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;
|
|
?>
|