Added dbg_error_log() calls for error msgs
commit8ab19de1fef36d45a7d4dc419d0c20271851ae91
authorMatthias Beyer <matthias@ib-fb.de>
Thu, 19 Sep 2013 07:49:55 +0000 (19 09:49 +0200)
committerAndrew McMillan <andrew@morphoss.com>
Thu, 24 Oct 2013 23:16:19 +0000 (25 12:16 +1300)
tree7903cab9054ae487b9327e2c30bbebb56c188356
parent495257bebb0d22c7037da811bfcb745ba8405c61
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