diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-09-07 16:49:20 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-09-07 16:49:20 +0200 |
commit | ed5059e157b43ce00f8757dfbfe42bd2fa7e964f (patch) | |
tree | ba5707111e78d4fb5c801f05fefa6e07c2685f01 /query.cgi | |
parent | bf5b125233143260b24a9a21adc49946f5af2c44 (diff) | |
download | bugzilla-ed5059e157b43ce00f8757dfbfe42bd2fa7e964f.tar.gz bugzilla-ed5059e157b43ce00f8757dfbfe42bd2fa7e964f.tar.xz |
Bug 684744: All fields in the "People" section are reset when clicking "Edit Search"
r=glob a=LpSolit
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ sub PrefillForm { # If the name ends in a number (which it does for the fields which # are part of the email searching), we use the array # positions to show the defaults for that number field. - elsif ($name =~ /^(\w)(\d)$/) { + elsif ($name =~ /^(\w+)(\d)$/) { $default{$1}->[$2] = $values[0]; } else { |