[PHP-DOC] cvs: phpdoc /de/functions sybase.xml /it/functions sybase.xml From: Egon Schmid (eschmid <email protected>)
Date: 07/04/00

eschmid Tue Jul 4 11:48:15 2000 EDT

  Modified files:
    /phpdoc/de/functions sybase.xml
    /phpdoc/it/functions sybase.xml
  Log:
  Forwarded the changes by Joey Smith to the de and it tree.
  
Index: phpdoc/de/functions/sybase.xml
diff -u phpdoc/de/functions/sybase.xml:1.3 phpdoc/de/functions/sybase.xml:1.4
--- phpdoc/de/functions/sybase.xml:1.3 Sat Jun 24 00:38:43 2000
+++ phpdoc/de/functions/sybase.xml Tue Jul 4 11:48:14 2000
@@ -461,7 +461,7 @@
      <funcprototype>
       <funcdef>int <function>sybase_result</function></funcdef>
       <paramdef>int <parameter>result</parameter></paramdef>
- <paramdef>int <parameter>i</parameter></paramdef>
+ <paramdef>int <parameter>row</parameter></paramdef>
       <paramdef>mixed <parameter>field</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
@@ -472,7 +472,7 @@
      sybase_result() returns the contents of one cell from a Sybase
      result set. The field argument can be the field's offset, or the
      field's name, or the field's table dot field's name
- (fieldname.tablename). If the column name has been aliased
+ (tablename.fieldname). If the column name has been aliased
      ('select foo as bar from...'), use the alias instead of the
      column name.
     </para>
Index: phpdoc/it/functions/sybase.xml
diff -u phpdoc/it/functions/sybase.xml:1.2 phpdoc/it/functions/sybase.xml:1.3
--- phpdoc/it/functions/sybase.xml:1.2 Sat Jun 24 00:38:44 2000
+++ phpdoc/it/functions/sybase.xml Tue Jul 4 11:48:14 2000
@@ -461,7 +461,7 @@
      <funcprototype>
       <funcdef>int <function>sybase_result</function></funcdef>
       <paramdef>int <parameter>result</parameter></paramdef>
- <paramdef>int <parameter>i</parameter></paramdef>
+ <paramdef>int <parameter>row</parameter></paramdef>
       <paramdef>mixed <parameter>field</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
@@ -472,7 +472,7 @@
      sybase_result() returns the contents of one cell from a Sybase
      result set. The field argument can be the field's offset, or the
      field's name, or the field's table dot field's name
- (fieldname.tablename). If the column name has been aliased
+ (tablename.fieldname). If the column name has been aliased
      ('select foo as bar from...'), use the alias instead of the
      column name.
     </para>