Date: 07/04/00
- Next message: Thomas Schuermann: "[PHP-DOC] cvs: phpdoc /de/language control-structures.xml"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] Fw: New part in manual?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Thomas Schuermann: "[PHP-DOC] cvs: phpdoc /de/language control-structures.xml"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] Fw: New part in manual?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

