Forgot two while fixing the ids. re #104
这个提交存在于:
父节点
fa5ec6cb58
当前提交
9cf33d7d1c
共有 2 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -97,7 +97,7 @@ class OPDSRenderer
|
|||
if ($page->idPage)
|
||||
{
|
||||
$idPage = $page->idPage;
|
||||
if (!is_null (GetUrlParam (DB))) $idPage = GetUrlParam (DB) . ":" . $idPage;
|
||||
if (!is_null (GetUrlParam (DB))) $idPage = str_replace ("cops:", "cops:" . GetUrlParam (DB) . ":", $idPage);
|
||||
self::getXmlStream ()->text ($idPage);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
2
base.php
2
base.php
|
|
@ -443,7 +443,7 @@ class Page
|
|||
$i = 0;
|
||||
foreach ($config['calibre_directory'] as $key => $value) {
|
||||
$nBooks = Book::getBookCount ($i);
|
||||
array_push ($this->entryArray, new Entry ($key, "{$i}:cops:catalog",
|
||||
array_push ($this->entryArray, new Entry ($key, "cops:{$i}:catalog",
|
||||
str_format (localize ("bookword", $nBooks), $nBooks), "text",
|
||||
array ( new LinkNavigation ("?" . DB . "={$i}"))));
|
||||
$i++;
|
||||
|
|
|
|||
正在加载…
添加表格
添加链接
在新工单中引用