From: hickert Date: Mon, 11 Jul 2005 10:48:12 +0000 (+0000) Subject: Fixed some errors detected by Eclipse X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e32efcce415cc811049e2e2a7ffb8e53d466a9e4;p=gosa.git Fixed some errors detected by Eclipse git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@934 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_ldap.inc b/include/class_ldap.inc index 00dcdf9af..7ed1c12e4 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -85,7 +85,7 @@ class LDAP{ $this->reconnect= true; return (0); } else { - $this->error = "Could not bind to " . $binddn; + $this->error = "Could not bind to " . $credentials['ADMIN']; return NULL; } }