Code

Removed comment
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 11 Jan 2006 12:50:00 +0000 (12:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 11 Jan 2006 12:50:00 +0000 (12:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2447 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_ldap.inc

index b19fa82874a365fa16d097d6e3607f3e4f41721d..da97d151d546379a911fb3ee5d70e77c2bb71e41 100644 (file)
@@ -476,8 +476,6 @@ class LDAP{
             $this->copy_FAI_resource_recursive($dn,str_replace($sourcedn,$destinationdn,$dn),$type);
           } 
         }
-      //  $this->cd($basedn);
-      //  $this->copy_recursive($dn,preg_replace("/".$sourcedn."/i",$destinationdn,$dn),$filter);
       }
     }
   }