Changeset 2566:9bf417837888 for plugins/antispam/_install.php
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/_install.php
r1179 r2566 26 26 ->rule_type ('varchar', 16, false, "'word'") 27 27 ->rule_content ('varchar', 128, false) 28 28 29 29 ->primary('pk_spamrule','rule_id') 30 30 ; … … 54 54 $core->setVersion('antispam',$version); 55 55 return true; 56 ?>
Note: See TracChangeset
for help on using the changeset viewer.