Index: openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 9 Oct 2001 00:45:39 -0000 1.2 +++ openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 9 Oct 2001 00:55:50 -0000 1.3 @@ -68,8 +68,10 @@ # get user_id from the conn at this point set user_id [ad_conn user_id] + ns_log notice "AKS54 got here" + # a big-time query from file-storage - set query \ " + set query " select i.item_id as file_id, r.title as name, i.live_revision, @@ -103,7 +105,7 @@ set rowcount 0 db_foreach select_files_and_folders $query { - append data "$name$path$content_sizetype$last_modified" + append data "$name$path$content_sizetype$last_modified" incr rowcount }