This commit is contained in:
Marc Delisle 2012-12-20 06:56:31 -05:00
parent a706ac8262
commit 156759d786

View File

@ -1546,9 +1546,9 @@ function PMA_DBI_postConnect($link, $is_controluser = false)
*
* @param string|mysql_result $result query or mysql result
* @param integer $row_number row to fetch the value from,
* starting at 0, with 0 beeing default
* starting at 0, with 0 being default
* @param integer|string $field field to fetch the value from,
* starting at 0, with 0 beeing default
* starting at 0, with 0 being default
* @param resource $link mysql link
*
* @return mixed value of first field in first row from result