Index: openacs-4/packages/dotlrn/www/applet-remove.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/applet-remove.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/applet-remove.tcl 13 Dec 2008 12:53:49 -0000 1.10 +++ openacs-4/packages/dotlrn/www/applet-remove.tcl 7 Aug 2017 23:48:09 -0000 1.11 @@ -20,7 +20,7 @@ @author Ben Adida (ben@openforce.net) @creation-date 2001-10-08 } -query { - community_id + community_id:naturalnum,notnull applet_key } @@ -33,3 +33,9 @@ # Get back to where you once belonged ad_returnredirect community-applets?community_id=$community_id + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: