root/trunk/website/soundings/handlers/multiplechoicemulti/save.cfm @ 5

Revision 5, 501 bytes (checked in by DanWilson, 17 years ago)

Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)

Line 
1<cfsetting enablecfoutputonly=true>
2<!---
3        Name         : handlers/multiplechoicemulti/save.cfm
4        Author       : Raymond Camden
5        Created      : September 21, 2004
6        Last Updated : September 21, 2004
7        History      :
8        Purpose          : Supports True/False, Yes/No
9--->
10
11
12<!--- Multichoice other is just a modified version --->
13<cfmodule template="../multiplechoice/save.cfm" attributeCollection="#attributes#"
14        single=false/>
15       
16<cfsetting enablecfoutputonly=false>
17
18<cfexit method="exittag">
Note: See TracBrowser for help on using the browser.