[mb-commits] r8772 -
mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation
root at musicbrainz.org
root at musicbrainz.org
Thu Jan 4 22:52:25 UTC 2007
Author: luks
Date: 2007-01-04 22:52:25 +0000 (Thu, 04 Jan 2007)
New Revision: 8772
Modified:
mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation/MOD_EDIT_RELEASES.pm
Log:
Whoops, wrong paste.
Modified: mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation/MOD_EDIT_RELEASES.pm
===================================================================
--- mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation/MOD_EDIT_RELEASES.pm 2007-01-04 22:40:22 UTC (rev 8771)
+++ mb_server/branches/labels/cgi-bin/MusicBrainz/Server/Moderation/MOD_EDIT_RELEASES.pm 2007-01-04 22:52:25 UTC (rev 8772)
@@ -150,8 +150,8 @@
{
my $v = $new->{"add$i"} or last;
my $r = +{ split /[ =]/, $v };
- $r->{"n"} = _DecodeText->($r->{"n"});
- $r->{"b"} = _DecodeText->($r->{"b"});
+ $r->{"n"} = _DecodeText($r->{"n"});
+ $r->{"b"} = _DecodeText($r->{"b"});
push @adds, $r;
}
More information about the MusicBrainz-commits
mailing list