[livejournal] r18638: LJSUP-8259: Communities URL
Committer: ssafronova
LJSUP-8259: Communities URLU trunk/cgi-bin/Apache/LiveJournal.pm U trunk/cgi-bin/LJ/User.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm
===================================================================
--- trunk/cgi-bin/Apache/LiveJournal.pm 2011-03-18 10:58:43 UTC (rev 18637)
+++ trunk/cgi-bin/Apache/LiveJournal.pm 2011-03-18 12:33:15 UTC (rev 18638)
@@ -498,7 +498,7 @@
my $remote = LJ::get_remote();
my $u = LJ::load_user($orig_user);
-
+=comment Do not need it anymore: LJSUP-8259
# do redirects:
# -- communities to the right place
# -- uppercase usernames
@@ -521,7 +521,7 @@
LJ::run_hook('vertical_tags', $remote, $u);
}
-
+=cut
# check if this entry or journal contains adult content
if (LJ::is_enabled('content_flag')) {
# force remote to be checked
Modified: trunk/cgi-bin/LJ/User.pm
===================================================================
--- trunk/cgi-bin/LJ/User.pm 2011-03-18 10:58:43 UTC (rev 18637)
+++ trunk/cgi-bin/LJ/User.pm 2011-03-18 12:33:15 UTC (rev 18638)
@@ -6820,8 +6820,6 @@
$vhost = "front";
} elsif ($u->{'journaltype'} eq "P") {
$vhost = "";
- } elsif ($u->{'journaltype'} eq "C") {
- $vhost = "community";
}
}
