[PHP-DOC] cvs: phpdoc /en/functions mssql.xml From: Martin Samesch (martin.samesch <email protected>)
Date: 07/22/00

samesch Sat Jul 22 11:48:40 2000 EDT

  Modified files:
    /phpdoc/en/functions mssql.xml
  Log:
  removed small paragraph, that makes not much sense (to me ;-)....
  
Index: phpdoc/en/functions/mssql.xml
diff -u phpdoc/en/functions/mssql.xml:1.6 phpdoc/en/functions/mssql.xml:1.7
--- phpdoc/en/functions/mssql.xml:1.6 Fri Jul 21 04:10:09 2000
+++ phpdoc/en/functions/mssql.xml Sat Jul 22 11:48:40 2000
@@ -598,15 +598,11 @@
       <paramdef>mixed <parameter>field</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
- <para>
- Returns: The contents of the cell at the row and offset in the
- specified MS SQL result set.
- </para>
     <para>
      <function>Mssql_result</function> returns the contents of one
      cell from a MS SQL 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
+ field's name (tablename.fieldname). If the column name has been
      aliased ('select foo as bar from...'), use the alias instead of
      the column name.
     </para>