Fix the remaining number of elements. re #79
This commit is contained in:
parent
20359c7306
commit
e6e0a8ee5b
3 changed files with 3 additions and 3 deletions
2
book.php
2
book.php
|
@ -547,7 +547,7 @@ order by substr (upper (sort), 1, 1)", "substr (upper (sort), 1, 1) as title, co
|
|||
{
|
||||
array_push ($entryArray, new Entry ($post->title, Book::getEntryIdByLetter ($post->title),
|
||||
str_format (localize("bookword", $post->count), $post->count), "text",
|
||||
array ( new LinkNavigation ("?page=".parent::PAGE_ALL_BOOKS_LETTER."&id=". rawurlencode ($post->title)))));
|
||||
array ( new LinkNavigation ("?page=".parent::PAGE_ALL_BOOKS_LETTER."&id=". rawurlencode ($post->title))), "", $post->count));
|
||||
}
|
||||
return $entryArray;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue