mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
19 lines
521 B
PHP
19 lines
521 B
PHP
<?php
|
|
/**
|
|
* EGroupware Admin: Hooks
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @author Stefan Becker <StefanBecker-AT-outdoor-training.de>
|
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
|
* @package admin
|
|
* @deprecated use standard admin_hooks class
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @version $Id$
|
|
*/
|
|
|
|
/**
|
|
* Old class-name to ease updates
|
|
*
|
|
* @deprecated use standard admin_hooks class
|
|
*/
|
|
class admin_prefs_sidebox_hooks extends admin_hooks {} |