Home
last modified time | relevance | path

Searched refs:htmlescape (Results 1 – 1 of 1) sorted by path

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php765 * @param bool $htmlescape Should the result be escaped for output in HTML?
768 protected function debugSQL($sql, $params, $htmlescape = true)
782 if ($htmlescape) $sql = hsc($sql);
809 debugSQL($sql, $params, $htmlescape = true) global() argument