Do not highlight rows of these tables

This commit is contained in:
Madhura Jayaratne
2011-03-15 20:35:53 +05:30
parent fd7fb4875f
commit 326f13827b
11 changed files with 27 additions and 27 deletions

View File

@@ -243,7 +243,7 @@ if (isset($_REQUEST['submit_search'])) {
$sql_query .= $newsearchsqls['select_count'];
echo '<tr class="' . ($odd_row ? 'odd' : 'even') . '">'
echo '<tr class="noclick ' . ($odd_row ? 'odd' : 'even') . '">'
.'<td>' . sprintf(_ngettext('%s match inside table <i>%s</i>', '%s matches inside table <i>%s</i>', $res_cnt), $res_cnt,
htmlspecialchars($each_table)) . "</td>\n";