Fix warning
This commit is contained in:
parent
ddb461d0ae
commit
e116655de7
|
@ -68,7 +68,8 @@ order by substr (upper (sort), 1, 1)');
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getEntryArray ($query, $params) {
|
public static function getEntryArray ($query, $params) {
|
||||||
list ($totalNumber, $result) = parent::executeQuery ($query, self::AUTHOR_COLUMNS, "", $params, -1);
|
$result = parent::executeQuery ($query, self::AUTHOR_COLUMNS, "", $params, -1);
|
||||||
|
$result = $result [1];
|
||||||
$entryArray = array();
|
$entryArray = array();
|
||||||
while ($post = $result->fetchObject ())
|
while ($post = $result->fetchObject ())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue