Index: openacs-4/packages/xowiki/www/portlets/recent.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/portlets/Attic/recent.tcl,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/xowiki/www/portlets/recent.tcl 11 Feb 2006 00:57:44 -0000 1.1.2.1 +++ openacs-4/packages/xowiki/www/portlets/recent.tcl 12 Feb 2006 01:21:38 -0000 1.1.2.2 @@ -9,8 +9,6 @@ # get the folder id from the including page set folder_id [$__including_page set parent_id] -set package_id [$folder_id set package_id] -set ::url_prefix [site_node::get_url_from_object_id -object_id $package_id] TableWidget t1 -volatile \ -columns { @@ -32,7 +30,7 @@ t1 add \ -title $page_title \ - -title.href "$page_title" \ + -title.href "$page_title" \ -date $publish_date }