diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-05 16:39:57 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-05 16:40:41 -0500 |
commit | 1845c8c77305e6b3bb64e07aeda4614ccbd09cb2 (patch) | |
tree | f4fe8168cfcba60e409d09780ba9155e65610d4c /index.php | |
parent | 9f15febf88769493aa834cab5b916cb46298842a (diff) |
Added an AutoRegister event
LDAP plugin can do autoregistration
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ function getPath($req) */ function handleError($error) { +//error_log(print_r($error,1)); if ($error->getCode() == DB_DATAOBJECT_ERROR_NODATA) { return; } |