vincent Fri Sep 5 14:52:20 2003 EDT
Modified files:
/phpdoc/en/reference/yaz/functions yaz-present.xml
Log:
Fix proto
This has always been bool
Index: phpdoc/en/reference/yaz/functions/yaz-present.xml
diff -u phpdoc/en/reference/yaz/functions/yaz-present.xml:1.3
phpdoc/en/reference/yaz/functions/yaz-present.xml:1.4
--- phpdoc/en/reference/yaz/functions/yaz-present.xml:1.3 Thu Jan 16 04:44:49
2003
+++ phpdoc/en/reference/yaz/functions/yaz-present.xml Fri Sep 5 14:52:20 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/yaz.xml, last change in rev 1.8 -->
<refentry id="function.yaz-present">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>yaz_present</methodname>
+ <type>bool</type><methodname>yaz_present</methodname>
<methodparam><type>resource</type><parameter>id</parameter></methodparam>
</methodsynopsis>
<para>
@@ -19,6 +19,9 @@
a successful search. The <function>yaz_range</function> should
be called prior to this function to specify the range of
records to be retrieved.
+ </para>
+ <para>
+ &return.success;
</para>
</refsect1>
</refentry>