Skip to content

Commit

Permalink
Fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag committed Apr 24, 2024
1 parent 9f70c7d commit d369713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.cfm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<cfquery>
SELECT * FROM table
WHERE id = <cfqueryparam value="#url.id#" cfsqltype="integer">
WHERE id = <cfqueryparma value="#url.id#" cfsqltype="integer">
</cfquery>

0 comments on commit d369713

Please sign in to comment.