Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-08-23 15:55:32 +02:00
commit 79cb5f3c14

View File

@ -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
*