sterling                Sat Jun  7 11:07:42 2003 EDT

  Modified files:              
    /php4/ext/dom       php_dom.c 
  Log:
  leftover.
  its wholeText not whole_text
  
  
Index: php4/ext/dom/php_dom.c
diff -u php4/ext/dom/php_dom.c:1.5 php4/ext/dom/php_dom.c:1.6
--- php4/ext/dom/php_dom.c:1.5  Sat Jun  7 09:30:58 2003
+++ php4/ext/dom/php_dom.c      Sat Jun  7 11:07:42 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_dom.c,v 1.5 2003/06/07 13:30:58 rrichards Exp $ */
+/* $Id: php_dom.c,v 1.6 2003/06/07 15:07:42 sterling Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -431,7 +431,7 @@
        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);
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to