summaryrefslogtreecommitdiffstats
path: root/mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'mysql.php')
-rw-r--r--mysql.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql.php b/mysql.php
index d15d9dc..0ef2ebc 100644
--- a/mysql.php
+++ b/mysql.php
@@ -511,7 +511,7 @@ if (!extension_loaded('mysql') && !function_exists('mysql_connect')) {
*/
function mysql_data_seek(mysqli_result $result, $row_number = 0)
{
- return mysqli_field_seek($result, $row_number);
+ return mysqli_data_seek($result, $row_number);
}
/**
@@ -675,4 +675,4 @@ if (!extension_loaded('mysql') && !function_exists('mysql_connect')) {
}
}
-?> \ No newline at end of file
+?>