mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-14 03:16:25 +00:00
Empty commit
This commit is contained in:
parent
272646a349
commit
983c1065ed
@ -1694,7 +1694,7 @@ function display_artists($Artists, $MakeLink = true, $IncludeHyphen = true, $Esc
|
|||||||
$link .= display_artist($Conductors[0], $MakeLink, $Escape).$ampersand.display_artist($Conductors[1], $MakeLink, $Escape);
|
$link .= display_artist($Conductors[0], $MakeLink, $Escape).$ampersand.display_artist($Conductors[1], $MakeLink, $Escape);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$link .= ' various conductors';
|
$link .= ' Various Conductors';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((count($Composers) > 0) && (count($MainArtists) + count($Conductors) > 3) && (count($MainArtists) > 1) && (count($Conductors) > 1)) {
|
if ((count($Composers) > 0) && (count($MainArtists) + count($Conductors) > 3) && (count($MainArtists) > 1) && (count($Conductors) > 1)) {
|
||||||
|
@ -452,7 +452,7 @@
|
|||||||
'upload' => '0',
|
'upload' => '0',
|
||||||
'warn' => '4',
|
'warn' => '4',
|
||||||
'delete' => '1',
|
'delete' => '1',
|
||||||
'pm' => "No log editing is permitted. You may change the path of the files to hide your username or personal info in the home directory (e.g. C:\Documents and Settings\MyRealName\My Documents\) after ripping if need be. No other log editing is permitted."
|
'pm' => "No log editing is permitted. See rule 2.2.15.9."
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'audience' => array(
|
'audience' => array(
|
||||||
|
@ -211,7 +211,7 @@
|
|||||||
if(trim($Artists[$i]) != "") {
|
if(trim($Artists[$i]) != "") {
|
||||||
if(!in_array($Artists[$i], $ArtistNames)) {
|
if(!in_array($Artists[$i], $ArtistNames)) {
|
||||||
$ArtistForm[$Importance[$i]][] = array('name' => trim($Artists[$i]));
|
$ArtistForm[$Importance[$i]][] = array('name' => trim($Artists[$i]));
|
||||||
if($Importance[$i] == 1) {
|
if(in_array($Importance[$i], array(1,4,5,6))) {
|
||||||
$MainArtistCount++;
|
$MainArtistCount++;
|
||||||
}
|
}
|
||||||
$ArtistNames[] = trim($Artists[$i]);
|
$ArtistNames[] = trim($Artists[$i]);
|
||||||
@ -219,7 +219,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($MainArtistCount < 1) {
|
if($MainArtistCount < 1) {
|
||||||
$Err = "Please enter at least one main artist";
|
$Err = "Please enter at least one main artist, conductor, composer, or DJ";
|
||||||
}
|
}
|
||||||
if(!isset($ArtistNames[0])) {
|
if(!isset($ArtistNames[0])) {
|
||||||
unset($ArtistForm);
|
unset($ArtistForm);
|
||||||
|
Loading…
Reference in New Issue
Block a user