Changeset 1866 for branches/release-34/lib/MT/CMS/Search.pm
- Timestamp:
- 04/11/08 19:19:30 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-34/lib/MT/CMS/Search.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/CMS/Search.pm
r1823 r1866 412 412 } 413 413 if ( $class->has_column('junk_status') ) { 414 require MT::Comment; 414 415 if ($is_junk) { 415 $terms{junk_status} = -1;416 $terms{junk_status} = MT::Comment::JUNK(); 416 417 } 417 418 else { 418 $terms{junk_status} = [ 0, 1 ];419 $terms{junk_status} = MT::Comment::NOT_JUNK(); 419 420 } 420 421 }
