Index: openacs-4/packages/xowiki/www/portlets/last-visited.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/portlets/Attic/last-visited.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/xowiki/www/portlets/last-visited.tcl 18 Apr 2006 00:06:14 -0000 1.2 +++ openacs-4/packages/xowiki/www/portlets/last-visited.tcl 30 Apr 2006 23:53:35 -0000 1.3 @@ -7,13 +7,13 @@ ::xowiki::Page requireCSS "/resources/acs-templating/lists.css" -if {![info exists max_entries]} {set max_entries 20} -if {![info exists user_id]} {set user_id [ad_conn user_id]} -if {![info exists package_id]} {set package_id [ad_conn package_id]} - # get the folder id from the including page set folder_id [$__including_page set parent_id] +if {![info exists max_entries]} {set max_entries 20} +if {![info exists user_id]} {set user_id [ad_conn user_id]} +if {![info exists package_id]} {set package_id [$folder_id set package_id]} + TableWidget t1 -volatile \ -columns { AnchorField title -label [_ xowiki.page_title]