Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -N -r1.191.2.21 -r1.191.2.22 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 27 Jan 2015 12:27:36 -0000 1.191.2.21 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 21 Feb 2015 14:30:17 -0000 1.191.2.22 @@ -1120,7 +1120,7 @@ xo::dc foreach get_pages \ [::xo::dc select \ -vars "count(x.user_id) as nr_different_users, x.page_id, r.title,i.name, i.parent_id" \ - -from "xowiki_last_visited x, xowiki_page p, cr_items i, cr_revisions r" \ + -from "xowiki_last_visited x, cr_items i, cr_revisions r" \ -where "x.package_id = :package_id and x.page_id = i.item_id and \ i.publish_status <> 'production' and i.live_revision = r.revision_id \ and $since_condition" \