2005-10-28 20:27:06 +02:00
|
|
|
<?php
|
2009-04-23 13:18:51 +02:00
|
|
|
/**
|
2016-03-06 14:45:15 +01:00
|
|
|
* EGgroupware admin - UI for adding custom fields
|
2009-04-23 13:18:51 +02:00
|
|
|
*
|
|
|
|
* @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$
|
|
|
|
*/
|
2005-10-28 20:27:06 +02:00
|
|
|
|
2009-04-23 13:18:51 +02:00
|
|
|
/**
|
2014-10-23 19:33:03 +02:00
|
|
|
* Customfields class - manages customfield definitions in egw_config table
|
|
|
|
*
|
2016-08-12 11:35:30 +02:00
|
|
|
* Wrapper allowing apps to use old name
|
2014-10-23 19:33:03 +02:00
|
|
|
*/
|
2016-08-12 11:35:30 +02:00
|
|
|
class customfields extends admin_customfields {}
|