summaryrefslogtreecommitdiff
path: root/httemplate/misc/delete-part_export.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/delete-part_export.cgi')
-rwxr-xr-xhttemplate/misc/delete-part_export.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/delete-part_export.cgi b/httemplate/misc/delete-part_export.cgi
index 34ef06b..7c4ab8b 100755
--- a/httemplate/misc/delete-part_export.cgi
+++ b/httemplate/misc/delete-part_export.cgi
@@ -1,6 +1,6 @@
<%
-#untaint paynum
+#untaint exportnum
my($query) = $cgi->keywords;
$query =~ /^(\d+)$/ || die "Illegal exportnum";
my $exportnum = $1;