diff --git a/book.php b/book.php index 0a096fe..7de1802 100644 --- a/book.php +++ b/book.php @@ -594,7 +594,6 @@ where data.book = books.id and data.id = ?'); } public static function getBooksByQuery($query, $n, $database = NULL, $numberPerPage = NULL) { - global $config; $i = 0; $critArray = array (); foreach (array (PageQueryResult::SCOPE_AUTHOR,