From afdea92f54857fd2e4ebe180de094b065c74fe1b Mon Sep 17 00:00:00 2001 From: cajus Date: Sat, 25 Jun 2005 09:49:57 +0000 Subject: [PATCH] Made error message beeing displayed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@859 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_ldap.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class_ldap.inc b/include/class_ldap.inc index 84eb21c1d..00dcdf9af 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -396,6 +396,7 @@ class LDAP{ break; default: print_red(sprintf(_("Autocreation of type '%s' is currently not supported. Please report to the GOsa team."), $type)); + echo $_SESSION['errors']; exit; } $this->cd($cdn); -- 2.30.2