From: cajus Date: Sat, 25 Jun 2005 09:49:57 +0000 (+0000) Subject: Made error message beeing displayed X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=afdea92f54857fd2e4ebe180de094b065c74fe1b;p=gosa.git Made error message beeing displayed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@859 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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);