Changeset 1282 for trunk/UPGRADE

Show
Ignore:
Timestamp:
07/21/2006 11:14:01 AM (2 years ago)
Author:
xue
Message:

merge from 3.0 branch till 1281.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r1240 r1282  
    1717Upgrading from v3.0.2 
    1818--------------------- 
     19- The signature of TControl::broadcastEvent() is changed from 
     20  broadcastEvent($sender,TBroadCastEventParameter $param) to 
     21  broadcastEvent($name,$sender,$param). 
     22  This makes the call to broadcastEvent() to be consistent with raiseEvent(). 
    1923 
    2024Upgrading from v3.0.1