Home
last modified time | relevance | path

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

/web-bugs/include/
H A Dquery.php56 $commented_by = !empty($_GET['commented_by']) ? spam_protect($_GET['commented_by'], 'reverse') : ''; variable
73 if ($commented_by != '') {
209 if ($commented_by != '') {
210 $where_clause .= ' AND c.email = ' . $dbh->quote($commented_by);
/web-bugs/www/
H A Dsearch.php85 'commented_by' => urlencode($commented_by),
351 …_by" placeholder="me@example.com" value="<?php echo htmlspecialchars($commented_by, ENT_COMPAT, 'U…

Completed in 11 milliseconds