[mb-commits] r9858 - mb_server/trunk/htdocs
root at musicbrainz.org
root at musicbrainz.org
Sat May 31 00:05:18 UTC 2008
Author: robert
Date: 2008-05-31 00:05:16 +0000 (Sat, 31 May 2008)
New Revision: 9858
Modified:
mb_server/trunk/htdocs/taglookup.html
Log:
Fixed one syntax error
Modified: mb_server/trunk/htdocs/taglookup.html
===================================================================
--- mb_server/trunk/htdocs/taglookup.html 2008-05-30 21:08:19 UTC (rev 9857)
+++ mb_server/trunk/htdocs/taglookup.html 2008-05-31 00:05:16 UTC (rev 9858)
@@ -62,7 +62,7 @@
my @pcoll_list;
@pcoll_list = $ts->LookupPUIDCollisions($puid) if $puid;
- elsif (scalar(@pcoll_list) > 1)
+ if (scalar(@pcoll_list) > 1)
{
</%perl>
More information about the MusicBrainz-commits
mailing list