Home
last modified time | relevance | path

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

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