Index: openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl 11 Dec 2003 21:39:55 -0000 1.18 +++ openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl 14 Dec 2003 11:57:28 -0000 1.19 @@ -655,3 +655,9 @@ } return $master_template_options } + +ad_proc -public subsite::get_application_options {} { + Gets options list for applications to install +} { + return [db_list_of_lists package_types {}] +} \ No newline at end of file