From: Gunnar Wrobel Date: Sat, 11 Apr 2009 07:25:04 +0000 (+0200) Subject: Comment cleanup. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d41701ab0a8faa111e2c956e51c34859903b788e;p=horde.git Comment cleanup. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php index a029ab889..e760e1a5d 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php @@ -247,8 +247,11 @@ class Horde_Kolab_Server_Object_Person extends Horde_Kolab_Server_Object /** * Identify the UID for the first object found with the given common name. * - * @param string $cn Search for objects with this common name. - * @param int $restrict A Horde_Kolab_Server::RESULT_* result restriction. + * @param Horde_Kolab_Server $server The server to search. + * @param string $cn Search for objects with this + * common name. + * @param int $restrict A Horde_Kolab_Server::RESULT_* + * result restriction. * * @return mixed The UID or false if there was no result. *