Files - Classes
|
 includes/cmsinit.inc
includes
properties
functions
|  Fix_Quotes
void Fix_Quotes(string $str, boolean $nohtml, boolean $spchar)
passed to check_html() function see that function for more info Arguments - $str
the string to modify passed by reference
- $nohtml [optional, default value = false]
strip PHP+HTML tags yes/no (true/false)
- $spchar [optional, default value = false]
Convert &, < and > to special HTML entities
|

|