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.4 -r1.5 --- openacs.org-dev/www/templates/widgets/statistics.tcl 10 Aug 2002 14:47:39 -0000 1.4 +++ openacs.org-dev/www/templates/widgets/statistics.tcl 12 Aug 2002 11:40:39 -0000 1.5 @@ -1,7 +1,7 @@ set n_users [util_memoize {db_string select_n_users "select count(user_id) from users" -default "unknown"} 300] -#set n_downloads NNNN +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]]