Lines Matching refs:email
22 $email = null; variable
84 if ($logged_in && !empty($auth_user->email)) {
85 $email = $auth_user->email; variable
87 $email = isset($_POST['in']['commentemail']) ? $_POST['in']['commentemail'] : ''; variable
89 if ($email == '' || !is_valid_email($email, $logged_in)) {
95 unsubscribe_hash($bug_id, $email);
100 …dbh->prepare('REPLACE INTO bugdb_subscribe SET bug_id = ?, email = ?')->execute([$bug_id, $email]);
247 $_POST['in']['commentemail'] = $auth_user->email;
490 $from = $auth_user->email;
569 $from = $auth_user->email;
722 (!$email || $bug['email'] == $email? control(2, 'Edit') : ''),
1233 function link_to_people($email, $text) argument
1235 $domain = strstr($email, "@");
1237 $username = strstr($email, "@", true);
1243 function output_note($com_id, $ts, $email, $comment, $comment_type, $comment_name, $is_hidden = fal… argument
1252 echo link_to_people($email, spam_protect(htmlspecialchars($email))) , "</strong>\n";