From: hickert Date: Fri, 23 Nov 2007 11:22:40 +0000 (+0000) Subject: Closes 274 - X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6e8abbd4123cbceb3edfba6a3d2617227bafd8b1;p=gosa.git Closes 274 - git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7869 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions.inc b/include/functions.inc index 57debec9e..0a97dae90 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -1234,11 +1234,9 @@ function show_ldap_error($message, $addon= "") if (!preg_match("/Success/i", $message)){ if ($addon == ""){ msg_dialog::display(_("LDAP error:"),$message,ERROR_DIALOG); - #print_red (_("LDAP error:")." $message"); } else { if(!preg_match("/No such object/i",$message)){ msg_dialog::display(sprintf(_("LDAP error in plugin '%s':"),"".$addon.""),$message,ERROR_DIALOG); -#print_red ("$addon

"._("LDAP error:")." $message"); } } return TRUE;