Changeset 3001 for trunk/lib/MT/CMS/Blog.pm
- Timestamp:
- 08/28/08 19:42:26 (15 months ago)
- Files:
-
- 1 modified
-
trunk/lib/MT/CMS/Blog.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/MT/CMS/Blog.pm
r2676 r3001 782 782 }; 783 783 $total = MT::Author->count( 784 undef,784 { status => MT::Author::ACTIVE() }, 785 785 { 786 786 join => MT::Entry->join_on( 'author_id', $terms, { unique => 1 } ), … … 960 960 }; 961 961 $total = MT::Author->count( 962 undef,962 { status => MT::Author::ACTIVE() }, 963 963 { 964 964 join => MT::Entry->join_on( 'author_id', $terms, { unique => 1 } ),
