Searched refs:author_email (Results 1 – 2 of 2) sorted by relevance
53 $author_email = !empty($_GET['author_email']) ? spam_protect($_GET['author_email'], 'reverse') : ''; variable206 if ($author_email != '') {207 $where_clause .= ' AND bugdb.email = ' . $dbh->quote($author_email);
71 'author_email' => urlencode($author_email),320 …" type="text" name="author_email" value="<?php echo htmlspecialchars($author_email, ENT_COMPAT, 'U…
Completed in 16 milliseconds