Fix warning
This commit is contained in:
父節點
ddb461d0ae
當前提交
e116655de7
共有 1 個文件被更改,包括 2 次插入 和 1 次删除
|
@ -68,7 +68,8 @@ order by substr (upper (sort), 1, 1)');
|
|||
}
|
||||
|
||||
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();
|
||||
while ($post = $result->fetchObject ())
|
||||
{
|
||||
|
|
載入中…
Add table
Add a link
Reference in a new issue