mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:07 +01:00
13 lines
350 B
PHP
13 lines
350 B
PHP
<?php
|
|
/**
|
|
* Preferences - easing migration to new hooks
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @package preferences
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @version $Id$
|
|
*/
|
|
|
|
ExecMethod('phpgwapi.hooks.register_all_hooks');
|
|
preferences_hooks::preferences(array('location' => 'preferences'));
|