Code

(libgroupware) some comment
authorhzerres <hzerres@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Nov 2010 09:28:37 +0000 (09:28 +0000)
committerhzerres <hzerres@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Nov 2010 09:28:37 +0000 (09:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20266 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/groupware/personal/groupware/class_GroupwareDao.inc

index 9aeeca23d31e3258247117d388efa66488ae7456..d4cd736fef6c17f13504af665ae413276178f0ca 100644 (file)
@@ -152,7 +152,6 @@ class GroupwareDao{
         return(isset($this->availableMethods[$methodName]) && ($this->availableMethods[$methodName]));
     }
 
-
     /*! \brief comprehensive user info will dessolve into one groupware call later
      *                 right now it will get all data of the features that are available in the plugin.
      * @param int $uid
@@ -173,7 +172,6 @@ class GroupwareDao{
                
                if($this->groupwarePluginRef->isFeatureEnabled("mailLocations")){
             $resultArr["mailLocations"] = $this->groupwarePluginRef->rpcExec('gwGetMailboxLocations');
-         
         }
                $comp = $this->get("comprehensiveUser", array($uid));
                $resultArr["primaryMail"] = $comp["primaryMail"];