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

Bug #19314 typo in _checkSequence()
Submitted: 2012-03-04 01:45 UTC
From: nanasess Assigned: doconnor
Status: Closed Package: MDB2_Driver_sqlsrv (version 1.5.0b3)
PHP Version: 5.3.10 OS: Windows7
Roadmaps: (Not assigned)    
Subscription  


 [2012-03-04 01:45 UTC] nanasess (Kentaro Ohkouchi)
Description: ------------ typo in MDB2_Driver_sqlsrv::_checkSequence() if (@sqlsrv_fetch($tableExits)) { return true; } Should be if (@sqlsrv_fetch($tableExists)) { return true; }

Comments

 [2012-03-04 01:48 UTC] nanasess (Kentaro Ohkouchi)
 [2012-04-01 19:57 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: doconnor
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.