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

1 neenan 1.1 <!--- the query selects the organization information in the edit mode and passes it onto the dsp_editorganization.cfm form
2            --->
3            
4            <cfquery name="getOrg" datasource="#programsdb#">
5            	Select *
6            	From dOrganization
7            	Where OrgID = #URL.orgid#
8            </cfquery>

CVS Admin
Powered by
ViewCVS 1.0-dev