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 *