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

samesch Sun Jul 23 11:15:44 2000 EDT

  Modified files:
    /phpdoc/en/functions mssql.xml
  Log:
  little correction (I hope it's correct now ;-)
  
Index: phpdoc/en/functions/mssql.xml
diff -u phpdoc/en/functions/mssql.xml:1.8 phpdoc/en/functions/mssql.xml:1.9
--- phpdoc/en/functions/mssql.xml:1.8 Sat Jul 22 12:52:43 2000
+++ phpdoc/en/functions/mssql.xml Sun Jul 23 11:15:44 2000
@@ -385,7 +385,7 @@
      <function>mssql_free_result</function> only needs to be called
      if you are worried about using too much memory while your script
      is running. All result memory will automatically be freed when
- the script, you may call <function>mssql_free_result</function>
+ the script ends. You may call <function>mssql_free_result</function>
      with the result identifier as an argument and the associated
      result memory will be freed.
     </para>