diff options
Diffstat (limited to 'modules/php_musicbrainz/mbReleaseEvent.php')
-rw-r--r-- | modules/php_musicbrainz/mbReleaseEvent.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/php_musicbrainz/mbReleaseEvent.php b/modules/php_musicbrainz/mbReleaseEvent.php index 1c47ba11..46012a20 100644 --- a/modules/php_musicbrainz/mbReleaseEvent.php +++ b/modules/php_musicbrainz/mbReleaseEvent.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class mbReleaseEvent { private $country; private $dateStr; |