incorporating APLAWS patch:
r1690 | chrisg23 | 2007-10-26 15:11:10 +0200 (Fr, 26 Okt 2007) Bugfix - make sure search result links for multipart article sections work in Postgres git-svn-id: https://svn.libreccm.org/ccm/trunk@38 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
5c56527e40
commit
18816ea682
|
|
@ -47,7 +47,7 @@ query PageNumberForArticleSection {
|
||||||
from ct_mp_sections a,
|
from ct_mp_sections a,
|
||||||
ct_mp_sections b
|
ct_mp_sections b
|
||||||
|
|
||||||
where a.page_break=1
|
where a.page_break = '1'
|
||||||
and a.rank < b.rank
|
and a.rank < b.rank
|
||||||
and a.article_id = b.article_id
|
and a.article_id = b.article_id
|
||||||
and b.section_id = :section
|
and b.section_id = :section
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue