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 -r1.5 -r1.6 --- openacs.org-dev/www/templates/widgets/statistics.tcl 12 Aug 2002 11:40:39 -0000 1.5 +++ openacs.org-dev/www/templates/widgets/statistics.tcl 12 Aug 2002 11:44:43 -0000 1.6 @@ -1,7 +1,6 @@ set n_users [util_memoize {db_string select_n_users "select count(user_id) from users" -default "unknown"} 300] -set n_downloads NNNN # we seed with the no. of downloads on the old site. -#set n_downloads [expr 2423 + [util_memoize {db_string select_n_downloads "select count(*) from download_downloads where revision_id = 44010" -default "unknown"} 300]] +set n_downloads [expr 2423 + [util_memoize {db_string select_n_downloads "select count(*) from download_downloads where revision_id = 44010" -default "unknown"} 300]]