reference/mysql/functions/mysql-data-seek.xml
dbf319f8b2d859edf2b1342014c4dbdf6333b81c
...
...
@@ -35,7 +35,7 @@
35
35
<parameter>row_number</parameter> should be a value in the range from 0 to
36
36
<function>mysql_num_rows</function> - 1. However if the result set
37
37
is empty (<function>mysql_num_rows</function> == 0), a seek to 0 will
38
-
fail with a <link linkend="errorfunc.constants.errorlevels.e-warning">E_WARNING</link> and
38
+
fail with an <constant>E_WARNING</constant> and
39
39
<function>mysql_data_seek</function> will return &false;.
40
40
</para>
41
41
</refsect1>
42
42