didou           Wed Jul  2 04:57:56 2003 EDT

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-fetch-array.xml 
                                                mysql-fetch-assoc.xml 
                                                mysql-fetch-field.xml 
                                                mysql-fetch-object.xml 
                                                mysql-fetch-row.xml 
                                                mysql-field-name.xml 
  Log:
  using a more generic entity
  
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.9 
phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.10
--- phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.9       Sat May 17 
22:32:19 2003
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml   Wed Jul  2 04:57:56 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.27 -->
   <refentry id="function.mysql-fetch-array">
    <refnamediv>
@@ -63,7 +63,7 @@
      using MYSQL_NUM, you only get number indices (as
      <function>mysql_fetch_row</function> works).
     </para>
-    &mysql.field-case;
+    &database.field-case;
     <example>
      <title>mysql_fetch_array with MYSQL_NUM</title>
      <programlisting role="php">
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.6 
phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.7
--- phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.6       Sat May 17 
22:32:19 2003
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml   Wed Jul  2 04:57:56 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.45 -->
   <refentry id="function.mysql-fetch-assoc">
    <refnamediv>
@@ -41,7 +41,7 @@
      <function>mysql_fetch_row</function>, while it
      provides a significant added value.
     </para>
-    &mysql.field-case;
+    &database.field-case;
     <example>
      <title>An expanded <function>mysql_fetch_assoc</function> example</title>
      <programlisting role="php">
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-field.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-field.xml:1.5 
phpdoc/en/reference/mysql/functions/mysql-fetch-field.xml:1.6
--- phpdoc/en/reference/mysql/functions/mysql-fetch-field.xml:1.5       Sat May 17 
22:32:19 2003
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-field.xml   Wed Jul  2 04:57:56 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
   <refentry id="function.mysql-fetch-field">
    <refnamediv>
@@ -91,7 +91,7 @@
       </listitem>
      </itemizedlist>
     </para>
-    &mysql.field-case;
+    &database.field-case;
     <example>
      <title><function>mysql_fetch_field</function></title>
      <programlisting role="php">
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.4 
phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.5
--- phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.4      Sat May 17 
22:32:19 2003
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml  Wed Jul  2 04:57:56 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
   <refentry id="function.mysql-fetch-object">
    <refnamediv>
@@ -23,7 +23,7 @@
      that you can only access the data by the field names, and not by
      their offsets (numbers are illegal property names).
     </para>
-    &mysql.field-case;
+    &database.field-case;
     <para>
      <programlisting role="php">
 <![CDATA[
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.3 
phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.4
--- phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.3 Sat May 17 22:32:19 
2003
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml     Wed Jul  2 04:57:56 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
   <refentry id="function.mysql-fetch-row">
    <refnamediv>
@@ -27,7 +27,7 @@
      return the next row in the result set, or &false; if there are no
      more rows.
     </para>
-    &mysql.field-case;
+    &database.field-case;
     <para>
      See also: <function>mysql_fetch_array</function>,
      <function>mysql_fetch_object</function>,
Index: phpdoc/en/reference/mysql/functions/mysql-field-name.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-field-name.xml:1.5 
phpdoc/en/reference/mysql/functions/mysql-field-name.xml:1.6
--- phpdoc/en/reference/mysql/functions/mysql-field-name.xml:1.5        Sat May 17 
22:32:19 2003
+++ phpdoc/en/reference/mysql/functions/mysql-field-name.xml    Wed Jul  2 04:57:56 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
   <refentry id="function.mysql-field-name">
    <refnamediv>
@@ -30,7 +30,7 @@
       of the fourth field would be 3 and so on.
      </para>
     </note>
-    &mysql.field-case;
+    &database.field-case;
     <para>
      <example>
       <title><function>mysql_field_name</function> example</title>



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

Reply via email to