Show
Ignore:
Timestamp:
04/11/08 19:19:30 (20 months ago)
Author:
bchoate
Message:

Changes to store binary state to junk_status column. BugId:79280

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/lib/MT/App/Trackback.pm

    r1823 r1866  
    306306        $ping->source_url($url); 
    307307        $ping->ip( $app->remote_ip || '' ); 
    308         $ping->junk_status(0); 
    309308        $ping->visible(1); 
    310309    } 
     
    594593        ); 
    595594    } 
    596     $arg{not} = { junk_status => 1 }; 
    597595    my $iter = MT::TBPing->load_iter( 
    598596      { 
    599597        tb_id       => $tb->id, 
    600         junk_status => -1, 
     598        junk_status => MT::TBPing::NOT_JUNK(), 
    601599        visible     => 1 
    602600      },