Closed (fixed)
Project:
Helpers
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2009 at 17:51 UTC
Updated:
2 Nov 2009 at 21:40 UTC
In dra_mysqli.inc, the following line should be changed from
while ($row = mysqli_fetch_array($result, MYSQL_NUM)) {
to
while ($row = mysqli_fetch_array($result, MYSQLI_NUM)) {
Note that the constant is incorrect.
Comments
Comment #1
nancydruDone.