projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a832705
)
protect call to set_usage
author
jeff
<jeff>
Tue, 29 Jun 2010 01:01:59 +0000
(
01:01
+0000)
committer
jeff
<jeff>
Tue, 29 Jun 2010 01:01:59 +0000
(
01:01
+0000)
httemplate/edit/process/svc_acct.cgi
patch
|
blob
|
history
diff --git
a/httemplate/edit/process/svc_acct.cgi
b/httemplate/edit/process/svc_acct.cgi
index
0d2c007
..
0b272b5
100755
(executable)
--- a/
httemplate/edit/process/svc_acct.cgi
+++ b/
httemplate/edit/process/svc_acct.cgi
@@
-70,6
+70,7
@@
if ( $svcnum ) {
grep { $new->$_ }
qw( seconds upbytes downbytes totalbytes );
+ $error ||= "invalid $_" foreach grep { $hash{$_} !~ /^\d+$/ } keys %hash;
$error ||= $new->set_usage(\%hash); #unoverlimit and trigger radius changes
last; #once is enough
}