diff --git a/reference/mysql/functions/mysql-data-seek.xml b/reference/mysql/functions/mysql-data-seek.xml index c38016a528..8839ba45bd 100644 --- a/reference/mysql/functions/mysql-data-seek.xml +++ b/reference/mysql/functions/mysql-data-seek.xml @@ -1,5 +1,5 @@ - + @@ -26,8 +26,8 @@ Row_number starts at 0. The row_number should be a value in the range from 0 to mysql_num_rows - 1. However if the result set is empty (mysql_num_rows == - 0), a seek to 0 will fail with a warning and - mysql_data_seek will return &false;. + 0), a seek to 0 will fail with a E_WARNING + and mysql_data_seek will return &false;.