PEAR is archived and read-only

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

Home » Database » MDB2 » Bug #2047

typos

Details

Submitted2004-08-04 05:39 UTC
Fromworker at mompopmedia dot com
Assignedlsmith
StatusClosed
PackageMDB2
PHP Version5.0.0
OSMandrake 10
Roadmaps(Not assigned)

Comments

[2004-08-04 05:39 UTC] worker at mompopmedia dot com

Description:
------------
MDB2/ Driver/ Datatype/ oci8.php

line 329 (in CVS):

$this->quoteTimstamp($field['default']) : '';

should be

$this->quoteTimestamp($field['default']) : '';

line 371:

$db->quoteime($field['default']) : '';

should be

$db->quotetime($field['default']) : '';

[2004-08-04 06: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.