Empty commit

This commit is contained in:
Git 2011-11-27 08:00:18 +00:00
parent 272646a349
commit 983c1065ed
4 changed files with 5 additions and 5 deletions

View File

@ -446,7 +446,7 @@ function music_form($GenreTags) {
<?
}
?>
<input type="checkbox" id="make_trumpable" name="make_trumpable"<? if ($Torrent['LogScore'] == 99) { echo " checked='checked'";}?>/>Check this box if you want this torrent to be trumpable (subtracts 1 point).
<input type="checkbox" id="make_trumpable" name="make_trumpable"<? if ($Torrent['LogScore'] == 99) { echo " checked='checked'";}?>/> Check this box if you want this torrent to be trumpable (subtracts 1 point).
<?
if (!check_perms('users_mod')) {
?> </td>

View File

@ -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);
break;
default:
$link .= ' various conductors';
$link .= ' Various Conductors';
}
if ((count($Composers) > 0) && (count($MainArtists) + count($Conductors) > 3) && (count($MainArtists) > 1) && (count($Conductors) > 1)) {

View File

@ -452,7 +452,7 @@
'upload' => '0',
'warn' => '4',
'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(

View File

@ -211,7 +211,7 @@
if(trim($Artists[$i]) != "") {
if(!in_array($Artists[$i], $ArtistNames)) {
$ArtistForm[$Importance[$i]][] = array('name' => trim($Artists[$i]));
if($Importance[$i] == 1) {
if(in_array($Importance[$i], array(1,4,5,6))) {
$MainArtistCount++;
}
$ArtistNames[] = trim($Artists[$i]);
@ -219,7 +219,7 @@
}
}
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])) {
unset($ArtistForm);