From: hickert Date: Tue, 14 Feb 2006 06:14:35 +0000 (+0000) Subject: '-' to '->' for $this-convert(); X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=317aed570b321b5d4cc3abe7cd265f5b7558d393;p=gosa.git '-' to '->' for $this-convert(); git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2687 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_ldap.inc b/include/class_ldap.inc index a87a2e75f..4c2b1b498 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -153,7 +153,7 @@ class LDAP{ if ($basedn=="") $basedn = $this->basedn; else - $basedn = $this-convert($this->basedn); + $basedn = $this->convert($this->basedn); return(ereg_replace("[^,]*[,]*[ ]*(.*)", "\\1", $basedn)); }