|
|
Choosing A Webhost: |
[mb-commits] r8234 - in mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin:: msg#00237audio.musicbrainz.cvs
Author: keschte Date: 2006-07-20 23:14:22 +0000 (Thu, 20 Jul 2006) New Revision: 8234 Modified: mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/Insert.pm mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/MusicBrainz/Server/Moderation/MOD_ADD_TRACK_KV.pm Log: add track insert must not have same artist than the album. fixes #1851 Modified: mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/Insert.pm =================================================================== --- mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/Insert.pm 2006-07-20 23:02:27 UTC (rev 8233) +++ mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/Insert.pm 2006-07-20 23:14:22 UTC (rev 8234) @@ -332,7 +332,7 @@ # album does indeed go to the correct artist. if ($artistid != $al->GetArtist()) { - die "Insert failed: Artist/Album id clash.\n"; + #die "Insert failed: Artist/Album id clash.\n"; } } Modified: mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/MusicBrainz/Server/Moderation/MOD_ADD_TRACK_KV.pm =================================================================== --- mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/MusicBrainz/Server/Moderation/MOD_ADD_TRACK_KV.pm 2006-07-20 23:02:27 UTC (rev 8233) +++ mb_server/branches/RELEASE_20060712-BRANCH/cgi-bin/MusicBrainz/Server/Moderation/MOD_ADD_TRACK_KV.pm 2006-07-20 23:14:22 UTC (rev 8234) @@ -117,7 +117,7 @@ artistid => $artistid ); my %info = ( - artistid=> $artistid, + artistid => $artistid, albumid => $release->GetId, tracks => [ \%trackinfo ], );
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [mb-commits] r8233 - in mb_server/branches/RELEASE_20060712-BRANCH/htdocs: comp css scripts, root |
|---|---|
| Next by Date: | [mb-commits] r8235 - in mb_server/branches/RELEASE_20060712-BRANCH/htdocs/comp: . layout release, root |
| Previous by Thread: | [mb-commits] r8233 - in mb_server/branches/RELEASE_20060712-BRANCH/htdocs: comp css scripts, root |
| Next by Thread: | [mb-commits] r8235 - in mb_server/branches/RELEASE_20060712-BRANCH/htdocs/comp: . layout release, root |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |