diff options
author | Malf Furious <m@lfurio.us> | 2017-02-05 02:33:55 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-02-05 02:33:55 -0500 |
commit | 27cfca44b3c43c8bbd3ea5ac602e1f34753e1e90 (patch) | |
tree | b6ec9d0700899398a4cd6950ee98c861320f9509 /app/class/user.class.php | |
parent | 9642aeb3b2fa76fd21a4fa0878bc226f6ff013a5 (diff) | |
download | scrott-27cfca44b3c43c8bbd3ea5ac602e1f34753e1e90.tar.gz scrott-27cfca44b3c43c8bbd3ea5ac602e1f34753e1e90.zip |
Fix bug in mysql query function
Need to remove the NULL return value from fetch_assoc() to fix usages of
count($res) for determining the number of results from a MySQL query.
This NULL return value is returned from mysqli's fetch_assoc() function
to signal no more result rows.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions