Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 1 of 1) sorted by relevance

/web-bugs/include/
H A Dquery.php49 $direction = (!empty($_GET['direction']) && $_GET['direction'] != 'DESC') ? 'ASC' : 'DESC'; variable
232 $direction = $direction == 'ASC' ? 'DESC' : 'ASC'; variable
234 $direction = $reorder_by == 'ts2' ? 'DESC' : 'ASC'; variable

Completed in 5 milliseconds