Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 2.5.0b5

Bug #2048 typo
Submitted: 2004-08-04 06:32 UTC
From: worker at mompopmedia dot com Assigned: lsmith
Status: Closed Package: MDB2
PHP Version: 5.0.0 OS: Mandrake 10
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 44 - 10 = ?

 
 [2004-08-04 06:32 UTC] worker at mompopmedia dot com
Description: ------------ line 204 (in CVS) of MDB2/ Driver/ Datatype/ oci8.php: $default = isset($field['default']) ? ' DEFAULT TIME'. should be: $default = isset($field['default']) ? ' DEFAULT'.

Comments

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