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 -r1.191.2.1 -r1.191.2.2 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 17 Sep 2013 17:49:24 -0000 1.191.2.1 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 17 Sep 2013 19:00:39 -0000 1.191.2.2 @@ -1104,7 +1104,7 @@ AnchorField title -label [::xowiki::Page::slot::title set pretty_name] Field users -label Visitors -html { align right } } - set since_condition "and [::xo::db::sql since_interval_condition time $interval]" + set since_condition [::xo::db::sql since_interval_condition time $interval] db_foreach [my qn get_pages] \ [::xo::db::sql select \ -vars "count(x.user_id) as nr_different_users, x.page_id, r.title,i.name, i.parent_id" \