summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d5f417)
raw | patch | inline | side by side (parent: 6d5f417)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 May 2005 11:29:31 +0000 (11:29 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 May 2005 11:29:31 +0000 (11:29 +0000) |
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 994d4a2e7f534120c7e6a0478ff4593f8c9ea32a..00aa9397f5b9f33519cbdeeea19f3f0b0d9750e1 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
return;
}
+ /* FIXME: Hide ldap size limit messages */
+ if (preg_match('/ldap_error/', $errstr)){
+ if (preg_match('/sizelimit/', $errstr)){
+ return;
+ }
+ }
+
/* Create header as needed */
if ($error_collector == ""){
if ($_SESSION['js']==FALSE){