Home
last modified time | relevance | path

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

/web-bugs/www/
H A Dbug.php1243 function output_note($com_id, $ts, $email, $comment, $comment_type, $comment_name, $is_hidden = fal… argument
1262 …echo ($edit == 1 && $com_id !== 0 && $is_trusted_developer) ? "<a href='bug.php?id={$bug_id}&amp;e…
1271 function delete_comment($bug_id, $com_id) argument
1275 $dbh->prepare("DELETE FROM bugdb_comments WHERE bug='{$bug_id}' AND id='{$com_id}'")->execute();

Completed in 7 milliseconds