Index: openacs-4/packages/static-pages/tcl/static-pages-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-procs.xql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/static-pages/tcl/static-pages-procs.xql 23 Oct 2001 18:53:36 -0000 1.6 +++ openacs-4/packages/static-pages/tcl/static-pages-procs.xql 3 Dec 2001 16:58:46 -0000 1.7 @@ -10,18 +10,14 @@ - - - - - select static_page_id from static_pages - where filename = :sp_filename - - + + + select storage_type from cr_items + where item_id = :static_page_id + -