Fix string. re #40
This commit is contained in:
parent
6512313733
commit
7ae55f0ba6
2
base.php
2
base.php
|
@ -591,7 +591,7 @@ class PageQueryResult extends Page
|
||||||
Base::clearDb ();
|
Base::clearDb ();
|
||||||
list ($array, $totalNumber) = Book::getBooksByQuery ($this->query, $this->n, $i);
|
list ($array, $totalNumber) = Book::getBooksByQuery ($this->query, $this->n, $i);
|
||||||
array_push ($this->entryArray, new Entry ($key, DB . ":query:{$i}",
|
array_push ($this->entryArray, new Entry ($key, DB . ":query:{$i}",
|
||||||
count($array) . " book found", "text",
|
str_format (localize ("bookword", count($array)), count($array)), "text",
|
||||||
array ( new LinkNavigation ("?" . DB . "={$i}&page=9&query=" . $this->query))));
|
array ( new LinkNavigation ("?" . DB . "={$i}&page=9&query=" . $this->query))));
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue