]> granicus.if.org Git - php/commitdiff
MFH.
authorjim winstead <jimw@php.net>
Sat, 23 Mar 2002 18:38:25 +0000 (18:38 +0000)
committerjim winstead <jimw@php.net>
Sat, 23 Mar 2002 18:38:25 +0000 (18:38 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7d1632329c281e06addc3b111ec9198f4228140b..f03a242cc83bbea40492420d9177d6d43a9558c1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -268,7 +268,7 @@ PHP 4                                                                      NEWS
 - Fixed a crash in dbase_replace_record. (Patch by robin.marlow@dps-int.com)
 - Fixed a crash in msql_result(). (Zeev)
 - Added support for single dimensional SafeArrays and Enumerations.
-  Added an is_enum() function to check if a component implements an
+  Added an com_isenum() function to check if a component implements an
   enumeration. (Alan, Harald)
 - Fixed a bug in dbase_get_record() and dbase_get_record_with_names().
   boolean fields are now returned correctly.