Commit f73b63c8 authored by bbaetz%acm.org's avatar bbaetz%acm.org

Bug 192182 - editflagtypes uses ^ instead of **

r,a=justdave
parent dd4cbd7e
...@@ -428,7 +428,7 @@ sub validateName { ...@@ -428,7 +428,7 @@ sub validateName {
} }
sub validateDescription { sub validateDescription {
length($::FORM{'description'}) < 2^16-1 length($::FORM{'description'}) < 2**16-1
|| ThrowUserError("flag_type_description_invalid"); || ThrowUserError("flag_type_description_invalid");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment