Added dbg_error_log() calls for error msgs
commit1f21370b2069e017f2c8624026a0a5caa5b4fb07
authorMatthias Beyer <matthias@ib-fb.de>
Thu, 19 Sep 2013 07:49:55 +0000 (19 09:49 +0200)
committerMatthias Beyer <matthias@ib-fb.de>
Thu, 19 Sep 2013 07:49:55 +0000 (19 09:49 +0200)
tree1c12e12b183399b1d0008e12ea7868e39301f77e
parent72dc5b1f395f36e4fd8ae01e34689491c2fc0152
Added dbg_error_log() calls for error msgs

If the ldap driver is not valid, the error messages were not printed.
There was just "Couldn't contact LDAP server for authentication" - But
why?

This commit adds a print loop for all messages from the global
$c->messages message array.
inc/drivers_ldap.php