mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Merge pull request #865 from Jimmi08/patch-12
Partial fix #857 chapter's list in page searching
This commit is contained in:
@@ -23,7 +23,7 @@ class page_search extends e_search // include plugin-folder in the name.
|
|||||||
{
|
{
|
||||||
$sql = e107::getDb();
|
$sql = e107::getDb();
|
||||||
|
|
||||||
$books = $sql->retrieve("SELECT chapter_id,chapter_sef,chapter_parent, chapter_name FROM #page_chapters ORDER BY chapter_parent, chapter_order ASC" , true);
|
$books = $sql->retrieve("SELECT chapter_id,chapter_sef,chapter_parent, chapter_name, chapter_visibility FROM #page_chapters ORDER BY chapter_parent, chapter_order ASC" , true);
|
||||||
|
|
||||||
foreach($books as $row)
|
foreach($books as $row)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user