Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -r1.7.2.215 -r1.7.2.216 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 21 Feb 2022 12:05:50 -0000 1.7.2.215 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 25 Feb 2022 12:56:17 -0000 1.7.2.216 @@ -2000,8 +2000,8 @@ }] foreach id $to_delete { - ns_log notice "#### xo::db::sql::content_item proc delete -item_id $id" - xo::db::sql::content_item delete -item_id $id + ns_log notice "#### acs::dc call content_item proc delete -item_id $id" + acs::dc call content_item delete -item_id $id } }