Changeset 2057 for branches/release-36/lib/MT/TBPing.pm
- Timestamp:
- 04/24/08 21:16:00 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-36/lib/MT/TBPing.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-36/lib/MT/TBPing.pm
r1866 r2057 31 31 indexes => { 32 32 created_on => 1, 33 tb_id => 1, 33 tb_visible => { 34 columns => [ 'tb_id', 'visible' ], 35 }, 34 36 ip => 1, 35 37 last_moved_on => 1, # used for junk expiration … … 56 58 }, 57 59 audit => 1, 60 meta => 1, 58 61 datasource => 'tbping', 59 62 primary_key => 'id',
