From: Gunnar Wrobel Date: Wed, 10 Feb 2010 07:42:55 +0000 (+0100) Subject: Basic conversion from Net_LDAP2 to Horde_Ldap to make the Util class accessible. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c7fb7090bc7924b65d1e21be3d95e721d62a1a70;p=horde.git Basic conversion from Net_LDAP2 to Horde_Ldap to make the Util class accessible. --- diff --git a/framework/Ldap/lib/Horde/Ldap/Util.php b/framework/Ldap/lib/Horde/Ldap/Util.php index 0bc8071d4..40b2a23ae 100644 --- a/framework/Ldap/lib/Horde/Ldap/Util.php +++ b/framework/Ldap/lib/Horde/Ldap/Util.php @@ -1,16 +1,16 @@ * @copyright 2009 Benedikt Hallinger * @license http://www.gnu.org/licenses/lgpl-3.0.txt LGPLv3 * @version SVN: $Id: Util.php 286718 2009-08-03 07:30:49Z beni $ - * @link http://pear.php.net/package/Net_LDAP2/ + * @link http://pear.php.net/package/Horde_Ldap/ */ /** @@ -19,18 +19,18 @@ #require_once 'PEAR.php'; /** - * Utility Class for Net_LDAP2 + * Utility Class for Horde_Ldap * - * This class servers some functionality to the other classes of Net_LDAP2 but most of + * This class servers some functionality to the other classes of Horde_Ldap but most of * the methods can be used separately as well. * * @category Net - * @package Net_LDAP2 + * @package Horde_Ldap * @author Benedikt Hallinger * @license http://www.gnu.org/copyleft/lesser.html LGPL - * @link http://pear.php.net/package/Net_LDAP22/ + * @link http://pear.php.net/package/Horde_Ldap2/ */ -class Net_LDAP2_Util extends PEAR +class Horde_Ldap_Util { /** * Constructor