Forgot a bit of the last commit. re #124

This commit is contained in:
Sébastien Lucas 2013-12-07 21:29:37 +01:00
parent 002c7596ea
commit 79e070833d
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ class PageQueryResult extends Page
Base::clearDb ();
list ($array, $totalNumber) = Book::getBooksByQuery (array ($crit, $crit, $crit, $crit), 1, $i, 1);
array_push ($this->entryArray, new Entry ($key, DB . ":query:{$i}",
str_format (localize ("bookword", count($array)), count($array)), "text",
str_format (localize ("bookword", $totalNumber), $totalNumber), "text",
array ( new LinkNavigation ("?" . DB . "={$i}&page=9&query=" . $this->query))));
$i++;
}