Comment #1 by zylorian:
This has been addressed a while ago by me.
The issue was that I was using the wrong items. They should come from a
query like
select
book_section.publication_id,gref_roi_ng.page_id
from
gref_roi_ng, gref_roi_value_ng, book_section
where
book_section.book_id = gref_roi_ng.publication_id
and gref_roi_value_ng.id = gref_roi_ng.ROI_VALUE_NG_ID
and gref_roi_ng.section_number = book_section.book_section_order
and gref_roi_value_ng.collection_object_id = #collection_object_id#
Issue attribute updates:
Status: Fixed
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings