fix an error about the function name cubrid_next_result in cubrid-next-result and cubrid-execute

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310848 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Esen Sagynov 2011-05-09 08:21:51 +00:00
parent 8f4833799a
commit dbfabc3b8b
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@
</member>
<member>
If a query is executed successfully, the result of the second query can
be obtained using <function>cubrid_next_result()</function>.
be obtained using <function>cubrid_next_result</function>.
</member>
</simplelist>
</para>

View file

@ -17,7 +17,7 @@
The <function>cubrid_next_result</function> function is used to get
results of next query if multiple SQL statements are executed and
CUBRID_EXEC_QUERY_ALL flag is set upon
<function>cubrid_execute()</function>.
<function>cubrid_execute</function>.
</para>
</refsect1>