diff options
author | 2010-02-15 15:22:55 -0800 | |
---|---|---|
committer | 2010-02-15 15:22:55 -0800 | |
commit | 120b63d507a3316666b25494bc890a024948aef8 (patch) | |
tree | 0a96e60d6316cc8471b066def8b1e1273f38e4ab /importxml.pl | |
parent | Bug 545978 - "A '<th>' tag ends with '</td>' in template/en/default/bug/edit.... (diff) | |
download | bugzilla-120b63d507a3316666b25494bc890a024948aef8.tar.gz bugzilla-120b63d507a3316666b25494bc890a024948aef8.tar.bz2 bugzilla-120b63d507a3316666b25494bc890a024948aef8.zip |
Bug 372979: Make voting into an extension
r=mkanat, a=mkanat, a=LpSolit
Diffstat (limited to 'importxml.pl')
-rwxr-xr-x | importxml.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl index 1a61c5ead..aff475b70 100755 --- a/importxml.pl +++ b/importxml.pl @@ -980,7 +980,6 @@ sub process_bug { if($status eq "UNCONFIRMED"){ $err .= "Bug Status was UNCONFIRMED but everconfirmed was true\n"; $err .= " Setting status to $initial_status\n"; - $err .= "Resetting votes to 0\n" if ( $bug_fields{'votes'} ); $status = $initial_status; } } |