remove ugly debug code

This commit is contained in:
Sébastien Lucas 2013-05-24 11:07:37 +02:00
parent c6e75b7258
commit df03815ec6

View file

@ -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++;