Searched refs:com_id (Results 1 – 1 of 1) sorted by relevance
1243 function output_note($com_id, $ts, $email, $comment, $comment_type, $comment_name, $is_hidden = fal… argument1262 …echo ($edit == 1 && $com_id !== 0 && $is_trusted_developer) ? "<a href='bug.php?id={$bug_id}&e…1271 function delete_comment($bug_id, $com_id) argument1275 $dbh->prepare("DELETE FROM bugdb_comments WHERE bug='{$bug_id}' AND id='{$com_id}'")->execute();
Completed in 6 milliseconds