From: Honza M. <hon...@ec...> - 2003-06-27 00:40:50
|
Hi Mitra, in current CVS version we introduced event.class.php3 file - new event handling possibility in AA. It works well, I think, but the events are still defined inside the file, which is not final state - we plan to move event handlers definitions to the database. So yes, the code is still needed (it will be never executed for you because it is joined with slice_id), but it will be moved to the database in the future. Honza 26. 06. 2003 v 02:16, Mitra wrote: > Jakub ... > > I notice in include/event.class.php3 there is some hard coded events > set up by a function Event_ItemUpdated_DropIn > > Is this something left over from testing, or is it real code still needed? > > it appears to still be getting called (from aaevent->get_handlers > from aaevent->comes from several places) > > Its not important ... just something odd I noticed. > > - Mitra > |