Home
last modified time | relevance | path

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

/web-bugs/include/
H A Dquery.php34 $bug_updated = (int) (isset($_GET['bug_updated']) ? $_GET['bug_updated'] : 0); variable
169 if ($bug_updated > 0) {
170 $where_clause .= " AND bugdb.ts2 >= DATE_SUB(NOW(), INTERVAL $bug_updated DAY)";
/web-bugs/www/
H A Dsearch.php75 'bug_updated' => $bug_updated,
336 <td><select name="bug_updated"><?php show_byage_options($bug_updated);?></select></td>

Completed in 9 milliseconds