summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorivan <ivan>2010-06-17 01:16:55 +0000
committerivan <ivan>2010-06-17 01:16:55 +0000
commit2c81054a34a09ae02a66da3f731dd9ca136d5b3c (patch)
tree62d30670ba1e98bd8804827da3417fae80025409 /httemplate/misc
parent5b612a4a7f3c1055ad0885e0a7741779d9f33a8d (diff)
fix comment
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/delete-cgp_rule.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/delete-cgp_rule.html b/httemplate/misc/delete-cgp_rule.html
index a2ba2dbc9..0415bc9dd 100644
--- a/httemplate/misc/delete-cgp_rule.html
+++ b/httemplate/misc/delete-cgp_rule.html
@@ -10,7 +10,7 @@
#die "access denied"
# unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service');
-#untaint devicenum
+#untaint rulenum
my($query) = $cgi->keywords;
$query =~ /^(\d+)$/ || die "Illegal rulenum";
my $rulenum = $1;