Home
last modified time | relevance | path

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

/web-bugs/www/
H A Dsearch.php70 'php_os_not' => $php_os_not,
287 …<input type="checkbox" name="php_os_not" id="php_os_not" value="1" <?php echo ($php_os_not == 'not…
/web-bugs/include/
H A Dquery.php36 $php_os_not = !empty($_GET['php_os_not']) ? 'not' : ''; variable
174 $where_clause .= " AND bugdb.php_os {$php_os_not} LIKE " . $dbh->quote('%'.$php_os.'%');

Completed in 5 milliseconds