Home » Authentication » LiveUser_Admin » Bug #3075
Error because of not defined variable
Details
| Submitted | 2005-01-02 02:09 UTC |
|---|---|
| From | mw210 at gmx dot at |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser_Admin |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-01-02 02:09 UTC] mw210 at gmx dot at
Description:
------------
I got an Error at
Line: 78
File: pear/LiveUser_Admin/Storage/DB.php
Code: $this->dbc =& DB::connect($connectOptions['dsn'], $options);
I think it should be
$this->dbc =& DB::connect($storageConf['dsn'], $options);
because the variable $connectOptions is never defined.
[2005-01-02 19:33 UTC] smith at backendmedia dot com
This bug has been fixed in CVS.
In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.
In case this was a pear.php.net website problem, the change will show
up on the website in short time.
Thank you for the report, and for helping us make PEAR better.