From: cajus Date: Wed, 31 May 2006 13:36:29 +0000 (+0000) Subject: Removed trailing brace X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c5feaf357cde87e231884b486c772d90d627444c;p=gosa.git Removed trailing brace git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3588 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions.inc b/include/functions.inc index d6518ba90..2262718fe 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -295,7 +295,7 @@ function ldap_init ($server, $base, $binddn='', $pass='') /* Sadly we've no proper return values here. Use the error message instead. */ if (!preg_match("/Success/i", $ldap->error)){ - echo sprintf(_("FATAL: Error when connecting the LDAP. Server said '%s'."), $ldap->get_error())); + echo sprintf(_("FATAL: Error when connecting the LDAP. Server said '%s'."), $ldap->get_error()); exit(); }