Index: openacs-4/packages/contacts/tcl/contacts-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-install-procs.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/contacts/tcl/contacts-install-procs.tcl 26 May 2005 09:37:54 -0000 1.1 @@ -0,0 +1,25 @@ +ad_library { + + Contacts install library + + Procedures that deal with installing, instantiating, mounting. + + @creation-date 2005-05-26 + @author Timo Hentschel (timo@timohentschel.de) + @cvs-id $Id: contacts-install-procs.tcl,v 1.1 2005/05/26 09:37:54 maltes Exp $ +} + +ad_proc -public -callback contact::contact_form { + {-package_id:required} + {-form:required} + {-object_type:required} +} { +} + +ad_proc -public -callback contact::contact_new_form { + {-package_id:required} + {-contact_id:required} + {-form:required} + {-object_type:required} +} { +}