MINOR: hide the spam protection field from the reports as it is not required

This commit is contained in:
Will Rossiter 2009-07-05 06:47:43 +00:00
parent 8f9c0ba944
commit a6906762e0
1 changed files with 3 additions and 0 deletions

View File

@ -44,4 +44,7 @@ class EditableSpamProtectionField extends EditableFormField {
return 'spamprotection/images/' . strtolower($this->class) . '.png';
}
function showInReports() {
return false;
}
}