git-svn-id: svn://10.0.0.236/trunk@261877 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2011-01-30 13:04:24 +00:00
parent a0f6efb2ee
commit 6b568442fe
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
7688
7689

View File

@@ -3493,7 +3493,7 @@ sub _migrate_user_tags {
$query =~ s/^bug_id=//;
# Commas in Bugzilla 3.x are encoded as %2C, but not in 2.22.
$query =~ s/%2C/,/g
$query =~ s/%2C/,/g;
my @bug_ids = split(/[\s,]+/, $query);
$sth_bug_tag->execute($_, $tag_id) foreach @bug_ids;