Code

Removed old stuff
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Sep 2006 09:20:00 +0000 (09:20 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Sep 2006 09:20:00 +0000 (09:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4655 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_groupApplication.inc

index 26af428f42ae7b09e6b3f20492cf7216ea1f1ebf..17aabaf41f75d3a39831e63898a458e132eed112 100644 (file)
@@ -787,11 +787,8 @@ class appgroup extends plugin
   function getReleases()
   {
     $dn   = $this->config->current['BASE'];
+    $ui   = get_userinfo();
     $ldap = $this->config->get_ldap_link();
-    $ldap->cd($dn);
-    $ldap->search("(&(objectClass=organizationalUnit)(objectClass=FAIbranch))",array("ou"));
-  
-    $ui = get_userinfo();
     $returned = get_list("(&(objectClass=organizationalUnit)(objectClass=FAIbranch))",$ui->subtreeACL,$dn,array("ou"));
     $ret =array();