Changeset 2365 for branches/release-38/lib/MT/Comment.pm
- Timestamp:
- 05/16/08 19:51:05 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-38/lib/MT/Comment.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/lib/MT/Comment.pm
r2057 r2365 33 33 }, 34 34 indexes => { 35 ip => 1,36 35 created_on => 1, 37 36 entry_visible => { … … 42 41 parent_id => 1, 43 42 last_moved_on => 1, # used for junk expiration 43 # For comment throttle check 44 blog_ip_date => { 45 columns => [ 'blog_id', 'ip', 'created_on' ], 46 }, 44 47 # For URL lookups to aid spam filtering 45 48 blog_url => {
