From 79e070833d84db811c675b26f104afa9646fdf24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sat, 7 Dec 2013 21:29:37 +0100 Subject: [PATCH] Forgot a bit of the last commit. re #124 --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 0d11286..74f6791 100644 --- a/base.php +++ b/base.php @@ -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++; }