fix see also layout

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178463 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2005-01-28 17:33:40 +00:00
parent 6ec81dd1c3
commit a198d59b5b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.62 -->
<refentry id="function.mysql-query">
<refnamediv>
@ -164,11 +164,13 @@ mysql_free_result($result);
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<function>mysql_unbuffered_query</function>,
<function>mysql_fetch_assoc</function>,
<function>mysql_error</function>,
<function>mysql_result</function> and
<function>mysql_connect</function>.
<simplelist>
<member><function>mysql_unbuffered_query</function></member>
<member><function>mysql_fetch_assoc</function></member>
<member><function>mysql_error</function></member>
<member><function>mysql_result</function></member>
<member><function>mysql_connect</function></member>
</simplelist>
</para>
</refsect1>
</refentry>