Index: openacs-4/packages/dotlrn-fs/www/all-objects.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/www/all-objects.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-fs/www/all-objects.tcl 28 Apr 2002 18:00:00 -0000 1.3 +++ openacs-4/packages/dotlrn-fs/www/all-objects.tcl 18 May 2002 20:18:23 -0000 1.4 @@ -1,9 +1,30 @@ +# +# Copyright (C) 2001, 2002 OpenForce, Inc. +# +# This file is part of dotLRN. +# +# dotLRN is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. +# + # dotlrn-fs/www/all-objects.tcl ad_page_contract { - @author yon (yon@openforce.net) - @creation-date Apr 25, 2002 + + Display all file storage objects that have been added or modified within + the past N days. + + @author yon@openforce.net + @creation-date 2002-04-25 @version $Id$ + } -query { {n_past_days:integer 999999} {orderby "folder_name,name"}