Index: openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl,v diff -u -r1.27 -r1.28 --- openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 11 Apr 2013 12:56:24 -0000 1.27 +++ openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 11 Apr 2013 13:35:23 -0000 1.28 @@ -287,7 +287,7 @@ return [::xo::db_string check_po_ltree { select count(*) from pg_attribute a, pg_type t, pg_class c where attname = 'page_order' and a.atttypid = t.oid and c.oid = a.attrelid - and relname = 'xowiki_page'] + and relname = 'xowiki_page'}] } } else { return 0