[dw-free] Spam Reports: mode=view should have link to journal of suspected spammer
[commit: http://hg.dwscoalition.org/dw-free/rev/8de9897c370d]
http://bugs.dwscoalition.org/show_bug.cgi?id=2348
Adds a usertag in the header of the page.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2348
Adds a usertag in the header of the page.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/admin/spamreports.bml
-------------------------------------------------------------------------------- diff -r 84f9c1bc8329 -r 8de9897c370d htdocs/admin/spamreports.bml --- a/htdocs/admin/spamreports.bml Mon Aug 22 14:57:06 2011 +0800 +++ b/htdocs/admin/spamreports.bml Mon Aug 22 16:16:02 2011 +0800 @@ -178,7 +178,7 @@ $what += 0; my $u = LJ::load_userid($what); return $error->('No such posterid.') unless $u; - $title = "Spam Reports - By $u->{user} ($state)"; + $title = "Spam Reports - By" . $u->ljuser_display; . "($state)"; } elsif ($by eq 'poster') { my $u = LJ::load_user($what); return $error->('No such user.') unless $u; --------------------------------------------------------------------------------