- Timestamp:
- 10/09/13 16:43:18 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/inc/class.dc.spamfilter.php
r1179 r2322 19 19 public $order = 100; 20 20 public $auto_delete = false; 21 public $help = null; 21 22 22 23 protected $has_gui = false; … … 158 159 return sprintf($link,$this->name,$url); 159 160 } 161 162 public function help() 163 { 164 } 160 165 } 161 166 ?>
Note: See TracChangeset
for help on using the changeset viewer.