Index: openacs-4/contrib/packages/classified-ads/tcl/ads-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/classified-ads/tcl/ads-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/contrib/packages/classified-ads/tcl/ads-procs.tcl 24 Jul 2003 01:14:44 -0000 1.7 +++ openacs-4/contrib/packages/classified-ads/tcl/ads-procs.tcl 24 Jul 2003 20:20:10 -0000 1.8 @@ -53,8 +53,10 @@ @see classified-ads::edit_ca_item } { - return [classified-ads::edit_ca_item -item_id_element $item_id_element \ - -form_id $form_id \ + ns_log notice "RBM: item_id = $item_id_element, form_id = $form_id, isbn exists? [template::element::exists $form_id isbn]" + return [classified-ads::edit_ca_item \ + -item_id_element $item_id_element \ + -form_id $form_id \ ] }