diff --git a/classes/class_templates.php b/classes/class_templates.php index 30ee5c4f..05e8acf5 100644 --- a/classes/class_templates.php +++ b/classes/class_templates.php @@ -13,7 +13,7 @@ function open($file) { $this->file=file($file); } - function set($name,$var,$ifnone="-None-") { + function set($name,$var,$ifnone='-None-') { if ($name!='') { $this->vars[$name][0]=$var; $this->vars[$name][1]=$ifnone; diff --git a/classes/class_torrent_form.php b/classes/class_torrent_form.php index ca4e8c88..3e31c46b 100644 --- a/classes/class_torrent_form.php +++ b/classes/class_torrent_form.php @@ -390,7 +390,7 @@ function show() { Scene /> - Check this only if this is a 'scene release'. If you ripped it yourself, it is not a scene release.
If you are not sure, DO NOT check it, you will be penalized. For information on the scene, visit Wikipedia. + Check this only if this is a 'scene release'. If you ripped it yourself, it is not a scene release.
If you are not sure, DO NOT check it; you will be penalized. For information on the scene, visit Wikipedia. @@ -408,7 +408,7 @@ function show() { } ?> - + @@ -453,7 +453,7 @@ function show() { Vanity House + Check this only if you are submitting your own work or submitting on behalf of the artist, and this is intended to be a Vanity House release. Checking this will also automatically add the group as a recommendation. @@ -471,7 +471,7 @@ function show() { } ?> - + Log/Cue - /> Check this box if the torrent has (or should have) a log file.
- /> Check this box if the torrent has (or should have) a cue file.
+ /> Check this box if the torrent has (or should have) a log file.
+ /> Check this box if the torrent has (or should have) a cue file.
/> Check this box if you want this torrent to be trumpable (subtracts 1 point). - @@ -532,7 +532,7 @@ function show() { Log Adjustment Reason -

Contains reason for adjusting a score. This field is displayed on the torrent page.

+

Contains reason for adjusting a score. This field is displayed on the torrent page.

@@ -620,7 +620,7 @@ function show() { Release Description (optional) -

Contains information like encoder settings or details of the ripping process. DO NOT PASTE THE RIPPING LOG HERE.

+

Contains information like encoder settings or details of the ripping process. DO NOT PASTE THE RIPPING LOG HERE.

@@ -661,7 +661,7 @@ function audiobook_form() { echo ">"; echo $Format; echo "\n"; - } + } ?> @@ -715,15 +715,15 @@ function audiobook_form() { Description -

Contains information like the track listing, and maybe a review.

+

Contains information like the track listing, a review, a link to Discogs or MusicBrainz, etc.

- + Release Description (optional) -

Contains information like encoder settings, and/or a log of the ripping process.

+

Contains information like encoder settings. For analog rips, this frequently contains lineage information.

@@ -732,7 +732,7 @@ function audiobook_form() { - + function simple_form($CategoryID) { $Torrent = $this->Torrent; diff --git a/sections/artist/artist.php b/sections/artist/artist.php index 65e36f8f..3c787d2f 100644 --- a/sections/artist/artist.php +++ b/sections/artist/artist.php @@ -656,27 +656,27 @@ function compare($X, $Y){