CMS MADE SIMPLE FORGE

Questions

 

[#5429] Filter on summary template

avatar
Created By: David (CRAZY-Ivan)
Date Submitted: Wed Sep 15 10:26:20 -0400 2010

Assigned To: Robert Campbell (calguy1000)
Version: 1.0.3
CMSMS Version: None
Severity: Major
Resolution: None
State: Open
Summary:
Filter on summary template
Detailed Description:
Filtering is not working properly - 

bugfix is adding these two lines into Questions.module.php somewhere between
lines 178 and 216 (function SetParameters())

$this->SetParameterType('input_keywords',CLEAN_STRING);
$this->SetParameterType('input_answered_by',CLEAN_STRING);


History