Searched refs:bug_updated (Results 1 – 2 of 2) sorted by relevance
34 $bug_updated = (int) (isset($_GET['bug_updated']) ? $_GET['bug_updated'] : 0); variable169 if ($bug_updated > 0) {170 $where_clause .= " AND bugdb.ts2 >= DATE_SUB(NOW(), INTERVAL $bug_updated DAY)";
75 'bug_updated' => $bug_updated,336 <td><select name="bug_updated"><?php show_byage_options($bug_updated);?></select></td>
Completed in 9 milliseconds