Changeset 3082 for trunk/lib/MT/Template/Context.pm
- Timestamp:
- 10/03/08 01:07:01 (14 months ago)
- Files:
-
- 1 modified
-
trunk/lib/MT/Template/Context.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/MT/Template/Context.pm
r3035 r3082 321 321 # If no blog IDs specified, use the current blog 322 322 if ( ! $blog_ids ) { 323 $terms->{$col} = $blog_id if $ col eq 'blog_id';323 $terms->{$col} = $blog_id if $blog_id && $col eq 'blog_id'; 324 324 } 325 325 # If exclude blogs, set the terms and the NOT arg for load
