Searched refs:total_rows (Results 1 – 4 of 4) sorted by relevance
/web-bugs/www/ |
H A D | search.php | 46 echo (int) $total_rows; 122 <?php show_prev_next($begin, $rows, $total_rows, $link, $limit);?> 200 show_prev_next($begin, $rows, $total_rows, $link, $limit); 368 function show_prev_next($begin, $rows, $total_rows, $link, $limit) argument 375 echo "$total_rows Bugs</td></tr>\n"; 392 echo '-' . ($begin+$rows) . ' of ' . $total_rows . "</td>\n"; 395 if ($begin+$rows < $total_rows) {
|
/web-bugs/templates/ |
H A D | search-rss2.php | 11 if ($total_rows > 0) {
|
H A D | search-rdf.php | 27 if ($total_rows > 0) {
|
/web-bugs/include/ |
H A D | query.php | 276 … $total_rows = $dbh->prepare('SELECT FOUND_ROWS()')->execute()->fetch(\PDO::FETCH_NUM)[0]; variable 280 if (defined('MAX_BUGS_RETURN') && $total_rows > $rows) {
|
Completed in 10 milliseconds