From 93d0534439a8c90ea3ad825afe381def2309b8fe Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 23 Aug 2015 09:55:19 -0400 Subject: [PATCH] Fix return type Signed-off-by: Marc Delisle --- libraries/relation.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/relation.lib.php b/libraries/relation.lib.php index 6a451963ce..338565fe98 100644 --- a/libraries/relation.lib.php +++ b/libraries/relation.lib.php @@ -16,7 +16,7 @@ if (! defined('PHPMYADMIN')) { * @param boolean $show_error whether to display SQL error messages or not * @param int $options query options * - * @return integer the result set, or false if no result set + * @return resource|boolean the result set, or false if no result set * * @access public *