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

nancydru’s picture

Project: FAQ_Ask » Helpers
Status: Needs review » Fixed

Done.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.