Index: openacs-4/packages/acs-subsite/tcl/rel-types-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/rel-types-procs.tcl,v diff -u -r1.11.2.2 -r1.11.2.3 --- openacs-4/packages/acs-subsite/tcl/rel-types-procs.tcl 27 Oct 2015 22:56:31 -0000 1.11.2.2 +++ openacs-4/packages/acs-subsite/tcl/rel-types-procs.tcl 28 Oct 2015 09:38:34 -0000 1.11.2.3 @@ -152,12 +152,12 @@ # Create the actual acs object type - lappend plsql_drop [list db_exec_plsql drop_type {FOO}] - lappend plsql [list db_exec_plsql create_type {FOO}] + lappend plsql_drop [list db_exec_plsql drop_type {}] + lappend plsql [list db_exec_plsql create_type {}] # Mark the type as dynamic - lappend plsql [list db_dml update_type {FOO}] + lappend plsql [list db_dml update_type FOO] # Force internationalisation of Roles