Changeset 1866 for branches/release-34/lib/MT/TBPing.pm
- Timestamp:
- 04/11/08 19:19:30 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-34/lib/MT/TBPing.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/TBPing.pm
r1578 r1866 10 10 use base qw( MT::Object MT::Scorable ); 11 11 12 use constant JUNK => -1; 13 use constant NOT_JUNK => 1; 12 sub JUNK() { -1 } 13 sub NOT_JUNK () { 1 } 14 14 15 15 __PACKAGE__->install_properties({ … … 52 52 }, 53 53 defaults => { 54 junk_status => 0,54 junk_status => NOT_JUNK, 55 55 last_moved_on => '20000101000000', 56 56 },
