betz            Sat Oct 12 06:00:34 2002 EDT

  Modified files:              
    /phpdoc/en/reference/ifx/functions  ifx-do.xml ifx-free-blob.xml 
                                        ifx-free-char.xml 
                                        ifx-update-blob.xml 
                                        ifx-update-char.xml 
                                        ifxus-close-slob.xml 
                                        ifxus-free-slob.xml 
  Log:
  to ease translation &eturn.succes; where appropriate
  
  
Index: phpdoc/en/reference/ifx/functions/ifx-do.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-do.xml:1.3 
phpdoc/en/reference/ifx/functions/ifx-do.xml:1.4
--- phpdoc/en/reference/ifx/functions/ifx-do.xml:1.3    Sat Sep 21 19:08:03 2002
+++ phpdoc/en/reference/ifx/functions/ifx-do.xml        Sat Oct 12 06:00:34 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
   <refentry id="function.ifx-do">
    <refnamediv>
@@ -15,7 +15,7 @@
       <methodparam><type>int</type><parameter>result_id</parameter></methodparam>
      </methodsynopsis>
     <para>
-     Returns &true; on success, &false; on error.  
+     &return.success;
     </para>
     <para> 
      Executes a previously prepared query or opens a cursor for it.
Index: phpdoc/en/reference/ifx/functions/ifx-free-blob.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-free-blob.xml:1.2 
phpdoc/en/reference/ifx/functions/ifx-free-blob.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-free-blob.xml:1.2     Wed Apr 17 02:38:58 
2002
+++ phpdoc/en/reference/ifx/functions/ifx-free-blob.xml Sat Oct 12 06:00:34 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
   <refentry id="function.ifx-free-blob">
    <refnamediv>
@@ -14,8 +14,7 @@
      </methodsynopsis>
     <para>
      Deletes the blobobject for the given blob object-id
-     <parameter>bid</parameter>.  Returns &false; on error otherwise
-     &true;.
+     <parameter>bid</parameter>. &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ifx/functions/ifx-free-char.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-free-char.xml:1.2 
phpdoc/en/reference/ifx/functions/ifx-free-char.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-free-char.xml:1.2     Wed Apr 17 02:38:58 
2002
+++ phpdoc/en/reference/ifx/functions/ifx-free-char.xml Sat Oct 12 06:00:34 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
   <refentry id="function.ifx-free-char">
    <refnamediv>
@@ -14,8 +14,7 @@
      </methodsynopsis>
     <para>
      Deletes the charobject for the given char object-id
-     <parameter>bid</parameter>. Returns &false; on error otherwise
-     &true;.  
+     <parameter>bid</parameter>. &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ifx/functions/ifx-update-blob.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-update-blob.xml:1.2 
phpdoc/en/reference/ifx/functions/ifx-update-blob.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-update-blob.xml:1.2   Wed Apr 17 02:38:59 
2002
+++ phpdoc/en/reference/ifx/functions/ifx-update-blob.xml       Sat Oct 12 06:00:34 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
   <refentry id="function.ifx-update-blob">
    <refnamediv>
@@ -16,7 +16,7 @@
     <para>
      Updates the content of the blob object for the given blob object
      <parameter>bid</parameter>. <parameter>content</parameter> is a
-     string with new data.  Returns &false; on error otherwise &true;.
+     string with new data. &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ifx/functions/ifx-update-char.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-update-char.xml:1.2 
phpdoc/en/reference/ifx/functions/ifx-update-char.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-update-char.xml:1.2   Wed Apr 17 02:38:59 
2002
+++ phpdoc/en/reference/ifx/functions/ifx-update-char.xml       Sat Oct 12 06:00:34 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
   <refentry id="function.ifx-update-char">
    <refnamediv>
@@ -16,7 +16,7 @@
     <para>
      Updates the content of the char object for the given char object
      <parameter>bid</parameter>. <parameter>content</parameter> is a
-     string with new data. Returns &false; on error otherwise &true;.
+     string with new data. &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml:1.2 
phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml:1.2  Wed Apr 17 02:38:59 
2002
+++ phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml      Sat Oct 12 06:00:34 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
   <refentry id="function.ifxus-close-slob">
    <refnamediv>
@@ -14,8 +14,7 @@
      </methodsynopsis>
     <para>
      Deletes the slob object on the given slob object-id
-     <parameter>bid</parameter>.  Return &false; on error otherwise
-     &true;.
+     <parameter>bid</parameter>. &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml:1.2 
phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml:1.2   Wed Apr 17 02:38:59 
2002
+++ phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml       Sat Oct 12 06:00:34 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
   <refentry id="function.ifxus-free-slob">
    <refnamediv>
@@ -14,7 +14,7 @@
      </methodsynopsis>
     <para>
      Deletes the slob object. <parameter>bid</parameter> is the Id of
-     the slob object.  Returns &false; on error otherwise &true;.
+     the slob object. &return.success;
     </para>
    </refsect1>
   </refentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to