Function _p
Standard Print function. To aid with possible cross-scripting vulnerabilities, this will automatically perform QApplication::HtmlEntities() unless otherwise specified.
		
		
		Located at
		
			includes/base_controls/_utilities.inc.php
		
	
	| string | $strString | string value to print | 
| boolean | $blnHtmlEntities = true | perform HTML escaping on the string first |