Home » Authentication » Auth_HTTP » Bug #2495
Wrong docs for 'db_fields' parameter
Details
| Submitted | 2004-10-11 09:26 UTC |
|---|---|
| From | denis dot gerasimov at vekos dot ru |
| Assigned | hirokawa |
| Status | Closed |
| Package | Auth_HTTP |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-10-11 09:26 UTC] denis dot gerasimov at vekos dot ru
Description:
------------
please see http://pear.php.net/manual/en/package.authentication.auth-http.auth-http.example2.php
the line
'dbFields'=>"*", // enabling fetch for other db columns
should be
'db_fields' => '*' // enabling fetch for other db columns