mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
19 lines
527 B
PHP
19 lines
527 B
PHP
<?php
|
|
/**
|
|
* EGgroupware admin - UI for adding custom fields
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
|
* @author Cornelius Weiss <nelius-AT-von-und-zu-weiss.de>
|
|
* @package admin
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @version $Id$
|
|
*/
|
|
|
|
/**
|
|
* Customfields class - manages customfield definitions in egw_config table
|
|
*
|
|
* Wrapper allowing apps to use old name
|
|
*/
|
|
class customfields extends admin_customfields {}
|