X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Ffunctions.inc;h=2262718feee29e28c1302b785ac85c3c0d73e246;hb=b130a469e86d937a382fac5864219c190f2a6e36;hp=d6518ba9033fa315b2ae6769663ec4aa3d23fbc7;hpb=8f22c32dd778e20d5df1eaf7bf6a81412ac493b7;p=gosa.git 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(); }