Home » Database » MDB » Bug #4515
rendering logic error
Details
| Submitted | 2005-06-02 19:52 UTC |
|---|---|
| From | ammarali at yahoo dot com |
| Assigned | lsmith |
| Status | Closed |
| Package | MDB |
| PHP Version | Irrelevant |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-06-02 19:52 UTC] ammarali at yahoo dot com
Description:
------------
File: reverse_engineer_xml_schema.php
Line: 151
Code: $_REQUEST['type'] == 'mysql'
Should Be: $_REQUEST['type'] == 'pgsql'
Thanks for the wonderful work.
[2005-06-02 19:57 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.