Index: openacs-4/packages/dotlrn-calendar/sql/oracle/dotlrn-calendar-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-calendar/sql/oracle/dotlrn-calendar-create.sql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn-calendar/sql/oracle/dotlrn-calendar-create.sql 10 May 2002 06:35:14 -0000 1.6 +++ openacs-4/packages/dotlrn-calendar/sql/oracle/dotlrn-calendar-create.sql 31 Jul 2002 21:18:32 -0000 1.7 @@ -140,6 +140,14 @@ impl_pl => 'TCL' ); + foo := acs_sc_impl.new_alias ( + impl_contract_name => 'dotlrn_applet', + impl_name => 'dotlrn_calendar', + impl_operation_name => 'ChangeEventHandler', + impl_alias => 'dotlrn_calendar::change_event_handler', + impl_pl => 'TCL' + ); + -- Add the binding acs_sc_binding.new ( contract_name => 'dotlrn_applet',