Index: openacs-4/packages/acs-tcl/tcl/object-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/object-procs-postgresql.xql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/object-procs-postgresql.xql 26 Jan 2004 15:39:46 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/object-procs-postgresql.xql 6 Feb 2005 18:30:36 -0000 1.5 @@ -15,6 +15,8 @@ select o.object_id, + o.title, + o.package_id, o.object_type, o.context_id, o.security_inherit_p, @@ -28,9 +30,8 @@ acs_object__name(o.object_id) as object_name from acs_objects o where o.object_id = :object_id - + -