Index: openacs-4/packages/static-portlet/www/element-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/www/element-delete.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/static-portlet/www/element-delete.tcl 9 Aug 2002 18:39:33 -0000 1.7 +++ openacs-4/packages/static-portlet/www/element-delete.tcl 27 Oct 2014 16:41:56 -0000 1.8 @@ -20,9 +20,9 @@ @author arjun (arjun@openforce) @cvs_id $Id$ } -query { - {content_id:integer,notnull} + {content_id:naturalnum,notnull} {referer:notnull} - portal_id:integer,notnull + portal_id:naturalnum,notnull } -properties { title:onevalue }