From 4ef3156df3cbe0ca64c65b9506edbb30b4feee1c Mon Sep 17 00:00:00 2001 From: Darko Date: Thu, 18 Sep 2014 12:01:56 +0200 Subject: [PATCH] Change for getAssocArray and getNumRows functions to old values (nn default values). --- lib/copy_this/www/lib/framework/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/copy_this/www/lib/framework/db.php b/lib/copy_this/www/lib/framework/db.php index 651b62c75..46887aed4 100644 --- a/lib/copy_this/www/lib/framework/db.php +++ b/lib/copy_this/www/lib/framework/db.php @@ -665,7 +665,7 @@ class DB extends \PDO * @param PDOStatement $result * @return array */ - public function getAssocArray( PDOStatement $result) + public function getAssocArray(PDOStatement $result) { return $result->fetch(); }