Changeset 1597
- Timestamp:
- 2010년 02월 03일 11시 56분 56초 (2 years ago)
- File:
-
- 1 edited
-
trunk/metabbs/plugins/IPBlock.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/metabbs/plugins/IPBlock.php
r1371 r1597 41 41 } 42 42 add_filter('AfterPostSave', array(&$this, 'record_ip'), 42); 43 add_filter('After PostComment', array(&$this, 'record_ip'), 42);43 add_filter('AfterCommentCreate', array(&$this, 'record_ip'), 42); 44 44 add_filter('PostList', array(&$this, 'append_ip'), 5000); 45 45 add_filter('PostView', array(&$this, 'append_ip'), 5000);
Note: See TracChangeset
for help on using the changeset viewer.
