remove ugly debug code
This commit is contained in:
parent
c6e75b7258
commit
df03815ec6
2
base.php
2
base.php
|
@ -376,7 +376,7 @@ class Page
|
|||
$i = 0;
|
||||
foreach ($config['calibre_directory'] as $key => $value) {
|
||||
$nBooks = Book::getBookCount ($i);
|
||||
array_push ($this->entryArray, new Entry ($key . " " . $i, "{$i}:cops:catalog",
|
||||
array_push ($this->entryArray, new Entry ($key, "{$i}:cops:catalog",
|
||||
str_format (localize ("bookword", $nBooks), $nBooks), "text",
|
||||
array ( new LinkNavigation ("?" . DB . "={$i}"))));
|
||||
$i++;
|
||||
|
|
Loading…
Reference in a new issue