|
version 1.1, 2005/03/09 03:18:14 UTC
|
version 1.2, 2005/03/09 16:32:16 UTC
|
|
|
|
| <cfelse> |
<cfelse> |
| <cfset FinalHotline='#form.Hotline_Area#-#form.Hotline_Prefix#-#form.Hotline_Num#'> |
<cfset FinalHotline='#form.Hotline_Area#-#form.Hotline_Prefix#-#form.Hotline_Num#'> |
| </cfif> |
</cfif> |
| <cfset currdate=DateFormat(Now()"mm/dd/yyy hh:mm:ss")> |
<cfset currdate=DateFormat(Now(),"mm/dd/yyyy hh:mm:ss")> |
| <!--- in order to insert a timestamp for the new organization to come over the conflict problem ---> |
<!--- in order to insert a timestamp for the new organization to come over the conflict problem ---> |
| <cfset storedate = currdate> |
<cfset storedate = currdate> |
| |
|