From c43edf40aa2ca7dd14e282a9f3fd681b60e88a1a Mon Sep 17 00:00:00 2001 From: Darko Date: Wed, 1 Apr 2015 08:53:33 +0200 Subject: [PATCH] Fix getNumRows function. --- 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 8f4eb6d2f..36412fb11 100644 --- a/lib/copy_this/www/lib/framework/db.php +++ b/lib/copy_this/www/lib/framework/db.php @@ -699,7 +699,7 @@ class DB extends \PDO /** * Get the total number of rows in the result set * - * @param PDOStatement $result + * @param $result * @return int|PDOStatement */ public function getNumRows($result)