georg           Sat Mar 20 02:38:14 2004 EDT

  Modified files:              
    /phpdoc/en/reference/mysqli/functions       mysqli-fetch-field.xml 
                                                mysqli-fetch-fields.xml 
  Log:
  minor fixes:
        s/attribute/property
        removed link to property table from mysqli-fetch-fields
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.12 
phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.13
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.12    Tue Mar 16 
10:36:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml Sat Mar 20 02:38:14 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
   <refentry id="function.mysqli-fetch-field">
    <refnamediv>
     <refname>mysqli_fetch_field</refname>
@@ -37,11 +37,11 @@
     </para>
     <para>
     <table>
-     <title>Object attributes</title>
+     <title>Object properties</title>
      <tgroup cols='2'>
       <thead>
        <row>
-        <entry>Attribute</entry>
+        <entry>Property</entry>
         <entry>Description</entry>
        </row>
       </thead>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.12 
phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.13
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.12   Tue Mar 16 
10:36:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml        Sat Mar 20 
02:38:14 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
   <refentry id="function.mysqli-fetch-fields">
    <refnamediv>
     <refname>mysqli_fetch_fields</refname>
@@ -25,9 +25,7 @@
     <para>
      This function serves an identical purpose to the 
<function>mysqli_fetch_field</function>
      function with the single difference that, instead of returning one object at a 
time for
-     each field, the columns are returned as an array of objects. For a description 
of the
-     attributes of each object and their meaning, see the 
<function>mysqli_fetch_field</function>
-     function.
+     each field, the columns are returned as an array of objects. 
     </para>
    </refsect1>
    <refsect1>
@@ -38,11 +36,11 @@
     </para>
     <para>
     <table>
-     <title>Object attributes</title>
+     <title>Object properties</title>
      <tgroup cols='2'>
       <thead>
        <row>
-        <entry>Attribute</entry>
+        <entry>Property</entry>
         <entry>Description</entry>
        </row>
       </thead>

Reply via email to