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-94f89814c4df
master
pb 2008-02-15 21:32:06 +00:00
parent 5c56527e40
commit 18816ea682
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ query PageNumberForArticleSection {
from ct_mp_sections a,
ct_mp_sections b
where a.page_break=1
where a.page_break = '1'
and a.rank < b.rank
and a.article_id = b.article_id
and b.section_id = :section