Home » Database » MDB » Bug #1751
use of undefined variable in MDB/Common.php:3654
Details
| Submitted | 2004-06-30 15:27 UTC |
|---|---|
| From | david dot rech at virusmedia dot de |
| Assigned | quipo |
| Status | Closed |
| Package | MDB |
| PHP Version | 4.3.7 |
| OS | Gentoo/Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-06-30 15:27 UTC] david dot rech at virusmedia dot de
Description:
------------
MDB/Common.php, Line 3654
$this->highest_fetched_row[$result_value] = max($this->highest_fetched_row[$result_value], $row);
DB_Common::fetchInto() would'nt work as expected with $rownum !== NULL in drivers that do not redefine this method with correct variable name (seems that most drivers however do).
$row was surely meant to be $rownum.