Index: openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-create.sql 9 Oct 2001 03:49:09 -0000 1.1 +++ openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-create.sql 9 Oct 2001 04:06:36 -0000 1.2 @@ -67,6 +67,11 @@ 'dotlrn_fs::remove_user', 'TCL' ); -end; + + -- Add the binding + foo := acs_sc_binding.new ( + contract_name => 'dotlrn_applet' + impl_name => 'dotlrn_fs' + );end; / show errors