nlopess Tue Jul 4 11:13:25 2006 UTC
Modified files:
/phpdoc/en/reference/pgsql/functions pg-result-error.xml
Log:
fix return value, per user note
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pgsql/functions/pg-result-error.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/pgsql/functions/pg-result-error.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-result-error.xml:1.9
phpdoc/en/reference/pgsql/functions/pg-result-error.xml:1.10
--- phpdoc/en/reference/pgsql/functions/pg-result-error.xml:1.9 Wed Nov 30
04:06:54 2005
+++ phpdoc/en/reference/pgsql/functions/pg-result-error.xml Tue Jul 4
11:13:25 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 -->
<refentry id='function.pg-result-error'>
<refnamediv>
@@ -53,7 +53,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- &return.success;
+ Returns a <type>string</type> if there is an error associated with the
+ <parameter>result</parameter> parameter, &false; otherwise.
</para>
</refsect1>