Index: openacs-4/packages/acs-subsite/tcl/package-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/package-procs.xql,v diff -u -r1.6 -r1.6.22.1 --- openacs-4/packages/acs-subsite/tcl/package-procs.xql 11 Feb 2004 18:29:07 -0000 1.6 +++ openacs-4/packages/acs-subsite/tcl/package-procs.xql 28 Oct 2015 09:38:34 -0000 1.6.22.1 @@ -1,17 +1,6 @@ - - - - select t.table_name as table, t.id_column as column - from acs_object_types t - where t.object_type = :object_type - - - - - @@ -23,61 +12,6 @@ - - - - select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype - from acs_object_types t - where t.object_type = :object_type - - - - - - - - - select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype - from acs_object_types t - where t.object_type = :object_type - - - - - - - - - select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype - from acs_object_types t - where t.object_type = :object_type - - - - - - - - - select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype - from acs_object_types t - where t.object_type = :object_type - - - - - - - - - select t.table_name, t.id_column, lower(t.package_name) as package_name, t.supertype - from acs_object_types t - where t.object_type = :object_type - - - - -