Changeset 1873 for branches/release-34/lib/MT/TemplateMap.pm
- Timestamp:
- 04/13/08 04:41:46 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-34/lib/MT/TemplateMap.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/TemplateMap.pm
r1823 r1873 108 108 $blog->save; 109 109 for my $at ( @{ $ats{ $blog->id } } ) { 110 unless ( __PACKAGE__-> count({110 unless ( __PACKAGE__->exist({ 111 111 blog_id => $blog->id, archive_type => $at, is_preferred => 1 112 112 }) ) {
