Index: openacs.org-dev/www/templates/widgets/statistics.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/www/templates/widgets/statistics.tcl,v diff -u -N -r1.2 -r1.3 --- openacs.org-dev/www/templates/widgets/statistics.tcl 8 Aug 2002 16:49:14 -0000 1.2 +++ openacs.org-dev/www/templates/widgets/statistics.tcl 9 Aug 2002 20:09:49 -0000 1.3 @@ -1,2 +1,2 @@ set n_users [util_memoize {db_string select_n_users "select count(user_id) from users" -default "unknown"} 300] -set n_downloads NNNN \ No newline at end of file +set n_downloads [util_memoize {db_string select_n_downloads "select count(*) from download_downloads where revision_id = 44010" -default "unknown"} 300] \ No newline at end of file