[mb-commits] r9921 - in mb_server/branches/Discographies-BRANCH: admin cgi-bin/MusicBrainz/Server/Handlers/WS/1
root at musicbrainz.org
root at musicbrainz.org
Mon Jun 30 15:22:07 UTC 2008
Author: niklas
Date: 2008-06-30 15:22:07 +0000 (Mon, 30 Jun 2008)
New Revision: 9921
Added:
mb_server/branches/Discographies-BRANCH/cgi-bin/MusicBrainz/Server/Handlers/WS/1/Collection.pm
Modified:
mb_server/branches/Discographies-BRANCH/admin/InitDb.pl
Log:
test
Modified: mb_server/branches/Discographies-BRANCH/admin/InitDb.pl
===================================================================
--- mb_server/branches/Discographies-BRANCH/admin/InitDb.pl 2008-06-30 12:57:15 UTC (rev 9920)
+++ mb_server/branches/Discographies-BRANCH/admin/InitDb.pl 2008-06-30 15:22:07 UTC (rev 9921)
@@ -148,11 +148,13 @@
unless ($locale eq "C")
{
- die <<EOF;
-It looks like your Postgres database cluster was created with locale '$locale'.
-MusicBrainz needs the "C" locale instead. To rectify this, re-run "initdb"
-with the option "--locale=C".
-EOF
+ #die <<EOF;
+#It looks like your Postgres database cluster was created with locale
+'$locale'.
+#MusicBrainz needs the "C" locale instead. To rectify this, re-run
+"initdb"
+#with the option "--locale=C".
+#EOF
}
my $username = $db->username;
Added: mb_server/branches/Discographies-BRANCH/cgi-bin/MusicBrainz/Server/Handlers/WS/1/Collection.pm
More information about the MusicBrainz-commits
mailing list