egroupware/addressbook/inc/class.addressbook_univention.inc.php

21 lines
417 B
PHP
Raw Normal View History

2014-11-06 17:54:33 +01:00
<?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
{
}