From 07bea9b00d65df5eb68667eb4cb034867735f234 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 11 May 2008 12:45:46 +0000 Subject: [PATCH] improved doc for function --- 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 2d9d640a4..d4bcc5b5b 100644 --- a/libraries/relation.lib.php +++ b/libraries/relation.lib.php @@ -17,7 +17,7 @@ require_once './libraries/Table.class.php'; * @param string the query to execute * @param boolean whether to display SQL error messages or not * - * @return integer the result id + * @return integer the result set, or false if no result set * * @access public *