unused variable. re #34
This commit is contained in:
parent
c71f443356
commit
7e8a1fefdb
1
book.php
1
book.php
|
@ -594,7 +594,6 @@ where data.book = books.id and data.id = ?');
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getBooksByQuery($query, $n, $database = NULL, $numberPerPage = NULL) {
|
public static function getBooksByQuery($query, $n, $database = NULL, $numberPerPage = NULL) {
|
||||||
global $config;
|
|
||||||
$i = 0;
|
$i = 0;
|
||||||
$critArray = array ();
|
$critArray = array ();
|
||||||
foreach (array (PageQueryResult::SCOPE_AUTHOR,
|
foreach (array (PageQueryResult::SCOPE_AUTHOR,
|
||||||
|
|
Loading…
Reference in a new issue