From cd03b499549333bdce1d257bbe0eff2024191401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 8 Apr 2013 17:28:45 +0200 Subject: [PATCH] Fix book search with multidatabase. re #40 --- index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.php b/index.php index dd0589d..fd4d835 100644 --- a/index.php +++ b/index.php @@ -29,6 +29,7 @@ $query = getURLParam ("query"); $qid = getURLParam ("id"); $n = getURLParam ("n", "1"); + $database = GetUrlParam (DB); $currentPage = Page::getPage ($page, $qid, $query, $n); $currentPage->InitializeContent (); @@ -176,6 +177,9 @@
+ + +