Index: openacs-4/packages/bookshelf/www/bookshelf-titles-include.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bookshelf/www/bookshelf-titles-include.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/bookshelf/www/bookshelf-titles-include.tcl 7 Nov 2003 17:35:42 -0000 1.2 +++ openacs-4/packages/bookshelf/www/bookshelf-titles-include.tcl 20 Mar 2004 18:32:04 -0000 1.3 @@ -27,7 +27,7 @@ from bookshelf_books b join acs_objects o on (o.object_id = b.book_id) join cc_users u on (u.user_id = o.creation_user) - where package_id = :package_id + where b.package_id = :package_id and publish_status = 'publish' order by bookshelf_book__read_status_sort_order(b.read_status), o.creation_date desc } {