From d65e9b3818f44cbb8a3297d45c310cc910f097bf Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Sat, 7 Jun 2003 15:07:42 +0000 Subject: leftover. its wholeText not whole_text --- ext/dom/php_dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dom/php_dom.c') diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index fbb3b8111a..70ea9da442 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -431,7 +431,7 @@ PHP_MINIT_FUNCTION(dom) REGISTER_DOM_CLASS(ce, "domtext", dom_characterdata_class_entry, php_dom_text_class_functions, dom_text_class_entry); zend_hash_init(&dom_text_prop_handlers, 0, NULL, NULL, 1); - dom_register_prop_handler(&dom_text_prop_handlers, "whole_text", dom_text_whole_text_read, NULL TSRMLS_CC); + dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", dom_text_whole_text_read, NULL TSRMLS_CC); zend_hash_merge(&dom_text_prop_handlers, &dom_characterdata_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0); zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_text_prop_handlers, sizeof(dom_text_prop_handlers), NULL); -- cgit v1.2.1