PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » MDB » Bug #4515

rendering logic error

Details

Submitted2005-06-02 19:52 UTC
Fromammarali at yahoo dot com
Assignedlsmith
StatusClosed
PackageMDB
PHP VersionIrrelevant
OSirrelevant
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.