Index: openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl 24 Apr 2008 08:42:18 -0000 1.3 +++ openacs-4/packages/dotlrn-xowiki/tcl/xowiki-applet-procs.tcl 16 May 2008 12:02:45 -0000 1.4 @@ -217,7 +217,7 @@ xowiki_applet proc install {} { set name [my applet_key] db_transaction { - + # register the applet implementation ::xo::db::sql::acs_sc_impl new \ -impl_contract_name "dotlrn_applet" -impl_name $name \ @@ -260,23 +260,7 @@ set name [my applet_key] db_transaction { - # - # get the datasource # - - set ds_id [db_string dbqd..get_ds_id { - select datasource_id from portal_datasources where name = :name - } -default "0"] - - if {$ds_id == 0} { - ns_log notice "No datasource id found for $name" - } else { - # - # drop the datasource - # - ::xo::db::sql::portal_datasource delete -datasource_id $ds_id - } - # # drop the operation # foreach operation {