Fix string. re #40
这个提交存在于:
父节点
6512313733
当前提交
7ae55f0ba6
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
2
base.php
2
base.php
|
|
@ -591,7 +591,7 @@ class PageQueryResult extends Page
|
|||
Base::clearDb ();
|
||||
list ($array, $totalNumber) = Book::getBooksByQuery ($this->query, $this->n, $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))));
|
||||
$i++;
|
||||
}
|
||||
|
|
|
|||
正在加载…
添加表格
添加链接
在新工单中引用