]> granicus.if.org Git - php/commitdiff
rewrite history a bit. there is no is_enum(), it was com_isenum().
authorjim winstead <jimw@php.net>
Sat, 23 Mar 2002 18:37:43 +0000 (18:37 +0000)
committerjim winstead <jimw@php.net>
Sat, 23 Mar 2002 18:37:43 +0000 (18:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8f9cd8288bf381ac355c6d73da8162d97ef37ad2..751afc14e48d553726c5ac6d06e8a16a1a2c0961 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -302,7 +302,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.