summaryrefslogtreecommitdiffstats
path: root/modules/php_musicbrainz/mbReleaseEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/php_musicbrainz/mbReleaseEvent.php')
-rw-r--r--modules/php_musicbrainz/mbReleaseEvent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/php_musicbrainz/mbReleaseEvent.php b/modules/php_musicbrainz/mbReleaseEvent.php
index a41fa95b..3131ea55 100644
--- a/modules/php_musicbrainz/mbReleaseEvent.php
+++ b/modules/php_musicbrainz/mbReleaseEvent.php
@@ -11,7 +11,7 @@
$this->country = $country;
$this->dateStr = $dateStr;
}
-
+
function setCountry ( $country ) { $this->country = $country; }
function getCountry ( ) { return $this->country; }
function setCatalogNumber( $c_number ) { $this->catalogNumber = $c_number; }