Searched defs:bug (Results 1 – 6 of 6) sorted by relevance
/web-bugs/www/rss/ |
H A D | bug.php | 20 $bug = $bugRepository->findOneById($bug_id); variable
|
/web-bugs/www/ |
H A D | rpc.php | 34 $bug = $bugRepository->findOneById($bug_id); variable
|
H A D | fix.php | 24 $bug = $bugRepository->findOneById($bug_id); variable
|
H A D | bug.php | 27 $bug = $_SESSION['bug_preview']; variable 135 $bug = $bugRepository->findOneById($bug_id); variable
|
/web-bugs/include/ |
H A D | functions.php | 99 function bugs_has_access ($bug_id, $bug, $pw, $user_flags) 396 function txfield($n, $bug = null, $in = null) 731 function bug_diff($bug, $in) 818 function mail_bug_updates($bug, $in, $from, $ncomment, $edit = 1, $id = false)
|
/web-bugs/sql/ |
H A D | schema.sql | 34 bug int(8) NOT NULL default '0', field 98 bug int(8) NOT NULL default '0', field
|
Completed in 17 milliseconds