Navigation Menu

Skip to content

Commit

Permalink
Fix for small syntax error that was hiding debug info from an error m…
Browse files Browse the repository at this point in the history
…sg. #3527 - Credits to cangussu@gmail.com
  • Loading branch information
martinlanghoff committed Aug 11, 2005
1 parent 44944d8 commit 4fd1373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/ldap/lib.php
Expand Up @@ -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
Expand Down

0 comments on commit 4fd1373

Please sign in to comment.