]> granicus.if.org Git - php/commitdiff
Use userland function name, not internal name for NEWS
authorKalle Sommer Nielsen <kalle@php.net>
Wed, 18 Aug 2010 20:26:42 +0000 (20:26 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Wed, 18 Aug 2010 20:26:42 +0000 (20:26 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1f9a8bda4b1fecbea8351cc56b69ee82db43856d..f6de63f7543cbc15a2bea2d4ab105706ef63c2f4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@
   (Kalle)
 - Changed the $context parameter on copy() to actually have an effect. (Kalle)
 
-- Fixed possible crash in php_mssql_get_column_content_without_type(). (Kalle)
+- Fixed possible crash in mssql_fetch_batch(). (Kalle)
 
 - Fixed bug #52636 (php_mysql_fetch_hash writes long value into int). 
   (Kalle, rein at basefarm dot no)