From df03815ec6564d55fa4aef113c441d42ac38fe22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 24 May 2013 11:07:37 +0200 Subject: [PATCH] remove ugly debug code --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 0b4fd1a..8b56dc5 100644 --- a/base.php +++ b/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++;