mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-03-04 08:11 am

[dw-free] Cleanup /manage/settings page

[commit: http://hg.dwscoalition.org/dw-free/rev/868d07c66bbf]

http://bugs.dwscoalition.org/show_bug.cgi?id=391

Add LJ::User->is_individual.

Patch by [personal profile] afuna.

Files modified:
  • cgi-bin/LJ/User.pm
--------------------------------------------------------------------------------
diff -r 216c18b56a9d -r 868d07c66bbf cgi-bin/LJ/User.pm
--- a/cgi-bin/LJ/User.pm	Wed Mar 04 08:10:25 2009 +0000
+++ b/cgi-bin/LJ/User.pm	Wed Mar 04 08:11:39 2009 +0000
@@ -612,6 +612,13 @@ sub is_identity {
 }
 
 
+# return true if the user is either a personal journal or an identity journal
+sub is_individual {
+    my $u = shift;
+    return $u->is_personal || $u->is_identity ? 1 : 0;
+}
+
+
 sub is_news {
     my $u = shift;
     return $u->{journaltype} eq "N";
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org