egroupware_official/preferences/inc/hook_preferences.inc.php

13 lines
350 B
PHP
Raw Normal View History

<?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$
*/
2001-03-08 11:08:22 +01:00
ExecMethod('phpgwapi.hooks.register_all_hooks');
preferences_hooks::preferences(array('location' => 'preferences'));