openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6d1b0194a0b1bc2799be79a112fcf2547fda7417
parent 812ffdafb97203469b506ed2f95bf0be13bacd07
Author: dankert <devnull@localhost>
Date:   Mon, 18 Jan 2010 22:22:52 +0100

Fix

Diffstat:
Mdb/mysqli.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db/mysqli.class.php b/db/mysqli.class.php @@ -182,7 +182,7 @@ class DB_mysqli else { // Plain old flat query - $row = $this->result->fetch_assoc(); + $row = $result->fetch_assoc(); return $row; } }