Skip to content

Commit a22f25f

Browse files
committed
remove cfqueryparam
1 parent d369713 commit a22f25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<cfquery>
22
SELECT * FROM table
3-
WHERE id = <cfqueryparma value="#url.id#" cfsqltype="integer">
3+
WHERE id = #url.id#
44
</cfquery>

0 commit comments

Comments
 (0)