Searched defs:from (Results 1 – 4 of 4) sorted by relevance
/web-bugs/www/ |
H A D | bug.php | 257 $from = spam_protect($_POST['in']['commentemail'], 'text'); variable 259 $from = ''; variable 269 $from = $_POST['in']['commentemail']; variable 325 $from = $_POST['in']['email']; variable 327 $from = $bug['email']; variable 386 $from = isset($_POST['in']['commentemail']) ? $_POST['in']['commentemail'] : ''; variable 490 $from = $auth_user->email; variable 569 $from = $auth_user->email; variable 1218 function mark_related_bugs($from, $comment_name, $ncomment)
|
H A D | rpc.php | 50 $from = "{$user}@php.net"; variable
|
/web-bugs/www/js/ |
H A D | package-affected.js | 77 function moveOptions(from, to) { argument
|
/web-bugs/include/ |
H A D | functions.php | 818 function mail_bug_updates($bug, $in, $from, $ncomment, $edit = 1, $id = false) 1448 function bugs_add_comment($bug_id, $from, $from_name, $comment, $type = 'comment')
|
Completed in 13 milliseconds