Merged from MOODLE_15_STABLE - Fix for small syntax error that was hiding debug info from an error msg. #3527 - Credits to [email protected]

This commit is contained in:
martinlanghoff
2005-08-11 23:02:40 +00:00
parent b957a44bb6
commit 2a37498d85
+1 -1
View File
@@ -1288,7 +1288,7 @@ function auth_ldap_connect($binddn='',$bindpwd=''){
return $connresult;
}
$debuginfo == "<br/>Server: '$server' <br/> Connection: '$connresult'<br/> Bind result: '$bindresult'</br>";
$debuginfo = "<br/>Server: '$server' <br/> Connection: '$connresult'<br/> Bind result: '$bindresult'</br>";
}
//If any of servers are alive we have already returned connection