Index: openacs-4/packages/acs-admin/tcl/apm-admin-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/apm-admin-init.tcl,v diff -u -N -r1.2.16.1 -r1.2.16.2 --- openacs-4/packages/acs-admin/tcl/apm-admin-init.tcl 8 Sep 2014 07:24:34 -0000 1.2.16.1 +++ openacs-4/packages/acs-admin/tcl/apm-admin-init.tcl 19 Sep 2014 13:41:07 -0000 1.2.16.2 @@ -20,14 +20,15 @@ ns_register_filter trace GET /repository/* repository-download if {[info commands ::xo::db::require] ne ""} { - ::xo::db::require table apm_package_downloads \ - "time timestamp, - ip text, - user_id integer, - channel text, - package text, - version text, - url text" + ::xo::db::require table apm_package_downloads { + time timestamp + ip text + user_id integer + channel text + package text + version text + url text + } ad_proc ::repository_log_to_db {} { set ip [ns_conn peeraddr]