Code

Made error message beeing displayed
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 25 Jun 2005 09:49:57 +0000 (09:49 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 25 Jun 2005 09:49:57 +0000 (09:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@859 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_ldap.inc

index 84eb21c1d2216aa455a1c9338a95cd44ee76dd28..00dcdf9afc6dc0b81083e0b7d1c8df84eafaded6 100644 (file)
@@ -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);