fix: #tableName# outside cfoutput — wrap in cfoutput
This commit is contained in:
+4
-1
@@ -68,7 +68,10 @@
|
||||
<!--- value: текстовое поле для CRUD-значений --->
|
||||
<cftry>
|
||||
<cfquery>
|
||||
CREATE TABLE IF NOT EXISTS #tableName# (
|
||||
DROP TABLE IF EXISTS #tableName#
|
||||
</cfquery>
|
||||
<cfquery>
|
||||
CREATE TABLE #tableName# (
|
||||
id SERIAL PRIMARY KEY,
|
||||
value TEXT NOT NULL DEFAULT ''
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user