Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.63 -r1.64 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 29 Dec 2006 11:01:36 -0000 1.63 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 29 Dec 2006 11:08:19 -0000 1.64 @@ -16,7 +16,7 @@ -table_name "xowiki_page" -id_column "page_id" \ -mime_type text/html \ -cr_attributes { - if {[::xo::has_ltree]} { + if {[::xo::db::has_ltree]} { ::Generic::Attribute new -attribute_name page_order -datatype text \ -pretty_name "Order" -sqltype ltree } @@ -92,7 +92,7 @@ ::xo::db::require index -table xowiki_tags -col tag,package_id - if {[::xo::has_ltree]} { + if {[::xo::db::has_ltree]} { ::xo::db::require index -table xowiki_page -col page_order -using gist }