unused variable. re #34

This commit is contained in:
Sébastien Lucas 2013-12-17 22:56:04 +01:00
parent c71f443356
commit 7e8a1fefdb
1 changed files with 0 additions and 1 deletions

View File

@ -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,