Changeset 1866 for branches/release-34/lib/MT/App/Trackback.pm
- Timestamp:
- 04/11/08 19:19:30 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-34/lib/MT/App/Trackback.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/App/Trackback.pm
r1823 r1866 306 306 $ping->source_url($url); 307 307 $ping->ip( $app->remote_ip || '' ); 308 $ping->junk_status(0);309 308 $ping->visible(1); 310 309 } … … 594 593 ); 595 594 } 596 $arg{not} = { junk_status => 1 };597 595 my $iter = MT::TBPing->load_iter( 598 596 { 599 597 tb_id => $tb->id, 600 junk_status => -1,598 junk_status => MT::TBPing::NOT_JUNK(), 601 599 visible => 1 602 600 },
