Browse Source

post search: fix previous commit

pull/40/head
czaks 11 years ago
parent
commit
8df5d03f8c
  1. 2
      search.php

2
search.php

@ -147,7 +147,7 @@
if(!empty($temp))
$_body .= '<fieldset><legend>' . $query->rowCount() .
sprintf(ngettext('%d result in', '%d results in', $query->rowCount()),
$query->rowCount) . ' <a href="/' .
$query->rowCount()) . ' <a href="/' .
sprintf($config['board_path'], $board['uri']) . $config['file_index'] .
'">' .
sprintf($config['board_abbreviation'], $board['uri']) . ' - ' . $board['title'] .

Loading…
Cancel
Save