Commit b61cb720 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 278711 : An empty entry is sometimes not useful and should be removed

Patch by John Beranek <john@redux.org.uk> r=vladd, a=justdave
parent 8d4f43f1
...@@ -203,7 +203,6 @@ function set_assign_to() { ...@@ -203,7 +203,6 @@ function set_assign_to() {
value => cc value => cc
disabled => cc_disabled disabled => cc_disabled
size => 45 size => 45
emptyok => 1
multiple => 5 multiple => 5
%] %]
</td> </td>
......
...@@ -179,7 +179,6 @@ ...@@ -179,7 +179,6 @@
value => "" value => ""
accesskey => "a" accesskey => "a"
size => 30 size => 30
emptyok => 1
multiple => 5 multiple => 5
%] %]
</td> </td>
......
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