Home
last modified time | relevance | path

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

/web-bugs/www/
H A Dbug.php96 $thanks = 8; variable
101 $thanks = 7; variable
103 redirect("bug.php?id={$bug_id}&thanks={$thanks}");
608 $thanks = (isset($_GET['thanks'])) ? (int) $_GET['thanks'] : 0; variable
609 switch ($thanks)
727 <?php if ($show_bug_info && !$edit && canvote($thanks, $bug['status'])) { ?>
1011 if (canvote($thanks, $bug['status'])) {
1291 function canvote($thanks, $status) argument

Completed in 6 milliseconds