(file) Return to act_getOrganizationInfo.cfm CVS log (file) (dir) Up to [Development] / p2rx-programs

File: [Development] / p2rx-programs / act_getOrganizationInfo.cfm (download)
Revision: 1.1, Wed Mar 9 03:18:14 2005 UTC (4 years, 8 months ago) by neenan
Branch: MAIN
CVS Tags: HEAD
*** empty log message ***

<!--- the query selects the organization information in the edit mode and passes it onto the dsp_editorganization.cfm form
--->

<cfquery name="getOrg" datasource="#programsdb#">
	Select *
	From dOrganization
	Where OrgID = #URL.orgid#
</cfquery>

CVS Admin
Powered by
ViewCVS 1.0-dev