2008-01-29 16:14:35 +01:00
|
|
|
<?php
|
|
|
|
/**
|
2012-02-27 14:18:52 +01:00
|
|
|
* EGroupware Admin: Hooks
|
2008-01-29 16:14:35 +01:00
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @author Stefan Becker <StefanBecker-AT-outdoor-training.de>
|
2012-02-27 14:18:52 +01:00
|
|
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
2009-11-17 10:24:10 +01:00
|
|
|
* @package admin
|
2014-03-27 20:00:52 +01:00
|
|
|
* @deprecated use standard admin_hooks class
|
2008-01-29 16:14:35 +01:00
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
2009-11-22 10:03:46 +01:00
|
|
|
* @version $Id$
|
2008-01-29 16:14:35 +01:00
|
|
|
*/
|
|
|
|
|
2009-11-17 10:24:10 +01:00
|
|
|
/**
|
2014-03-27 20:00:52 +01:00
|
|
|
* Old class-name to ease updates
|
|
|
|
*
|
|
|
|
* @deprecated use standard admin_hooks class
|
2009-11-17 10:24:10 +01:00
|
|
|
*/
|
2014-03-27 20:00:52 +01:00
|
|
|
class admin_prefs_sidebox_hooks extends admin_hooks {}
|