egroupware/addressbook/inc/class.addressbook_univention.inc.php
2014-11-06 16:54:33 +00:00

21 lines
417 B
PHP

<?php
/**
* Addressbook - Univention Backend
*
* @link http://www.egroupware.org
* @author Ralf Becker <rb@stylite.de>
* @package addressbook
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @version $Id$
*/
/**
* Univention backend for accounts
*
* There's currently no difference to LDAP backend
*/
class addressbook_univention extends addressbook_ldap
{
}