summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-05 16:39:57 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-05 16:40:41 -0500
commit1845c8c77305e6b3bb64e07aeda4614ccbd09cb2 (patch)
treef4fe8168cfcba60e409d09780ba9155e65610d4c /index.php
parent9f15febf88769493aa834cab5b916cb46298842a (diff)
Added an AutoRegister event
LDAP plugin can do autoregistration
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 577b491ed..b1e4f651e 100644
--- a/index.php
+++ b/index.php
@@ -68,6 +68,7 @@ function getPath($req)
*/
function handleError($error)
{
+//error_log(print_r($error,1));
if ($error->getCode() == DB_DATAOBJECT_ERROR_NODATA) {
return;
}