summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25ce394)
raw | patch | inline | side by side (parent: 25ce394)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 23 Nov 2007 11:22:40 +0000 (11:22 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 23 Nov 2007 11:22:40 +0000 (11:22 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7869 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 57debec9e7eaa3212ae07b4dc727a95c15e02766..0a97dae90bcdbbf86c6009c8421f05aba30ff5ab 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
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':"),"<i>".$addon."</i>"),$message,ERROR_DIALOG);
-#print_red ("$addon<br><br><b>"._("LDAP error:")."</b> $message");
}
}
return TRUE;