Changeset 436 for branches

Show
Ignore:
Timestamp:
06/30/2007 05:28:40 AM (15 months ago)
Author:
moo
Message:

merged [434] from trunk: typo

Location:
branches/1.2
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2

    • Property svnmerge-integrated changed from /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421 to /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434
  • branches/1.2/utils.c

    r408 r436  
    590590        zend_hash_copy(&TG(function_table), &XG(internal_function_table), (copy_ctor_func_t) function_add_ref, (void *) &tmp_func, sizeof(tmp_func)); 
    591591    } 
    592     TG(internal_class_tail) = TG(function_table).pListTail; 
     592    TG(internal_function_tail) = TG(function_table).pListTail; 
    593593 
    594594    h = OG(class_table);