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

samesch Sat Jul 22 12:52:43 2000 EDT

  Modified files:
    /phpdoc/en/functions mssql.xml
  Log:
  little cosmetic change and correction
  
Index: phpdoc/en/functions/mssql.xml
diff -u phpdoc/en/functions/mssql.xml:1.7 phpdoc/en/functions/mssql.xml:1.8
--- phpdoc/en/functions/mssql.xml:1.7 Sat Jul 22 11:48:40 2000
+++ phpdoc/en/functions/mssql.xml Sat Jul 22 12:52:43 2000
@@ -601,9 +601,9 @@
     <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 offset, the field's name or the field's table dot
      field's name (tablename.fieldname). If the column name has been
- aliased ('select foo as bar from...'), use the alias instead of
+ aliased ('select foo as bar from...'), it uses the alias instead of
      the column name.
     </para>
     <para>