Home
last modified time | relevance | path

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

/web-bugs/include/
H A Dquery.php53 $author_email = !empty($_GET['author_email']) ? spam_protect($_GET['author_email'], 'reverse') : ''; variable
206 if ($author_email != '') {
207 $where_clause .= ' AND bugdb.email = ' . $dbh->quote($author_email);
/web-bugs/www/
H A Dsearch.php71 'author_email' => urlencode($author_email),
320 …" type="text" name="author_email" value="<?php echo htmlspecialchars($author_email, ENT_COMPAT, 'U…

Completed in 16 milliseconds