Index: openacs.org-dev/packages/notifications/www/object-goto.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/notifications/www/object-goto.tcl,v diff -u -r1.2 -r1.3 --- openacs.org-dev/packages/notifications/www/object-goto.tcl 23 Jan 2003 17:54:57 -0000 1.2 +++ openacs.org-dev/packages/notifications/www/object-goto.tcl 23 Jan 2003 17:59:23 -0000 1.3 @@ -20,10 +20,6 @@ # meta-data about the object_type to auto-generate # the url. -# this is just wrong. there is a notification service contract for -# the object URL -# unfortunately it wasn't implemented in any of the packages. - # this is the way it should work, but I don't want to fool around with the # data model # the implementation name should probably be stored instead of the id @@ -42,5 +38,6 @@ set url [acs_sc_call NotificationType GetURL [list $object_id] $sc_impl_name] ns_log notice "DAVEB: url=$url" ad_returnredirect $url -#ad_returnredirect [forum::notification::get_url $object_id] + +