Changeset 2781
- Timestamp:
- 07/15/08 07:43:20 (5 months ago)
- Files:
-
- branches/release-41/lib/MT/App.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-41/lib/MT/App.pm
r2777 r2781 993 993 userpic => scalar $commenter->userpic_url, 994 994 profile => "", # profile link url 995 is_authenticated => ($commenter->auth_type eq 'MT' ? "1" : "2"), 995 auth_type => ($commenter->auth_type eq 'MT' ? "1" : "0"), 996 is_authenticated => "1", 996 997 is_trusted => ($commenter->is_trusted($blog_id) ? "1" : "0"), 997 998 is_author => ($commenter->type == MT::Author::AUTHOR() ? "1" : "0"),
