fix query for creating angeltypes
This commit is contained in:
parent
968b7197ce
commit
cbc7f54ad8
|
@ -109,7 +109,7 @@ function AngelType_create($angeltype)
|
||||||
`contact_dect`,
|
`contact_dect`,
|
||||||
`contact_email`
|
`contact_email`
|
||||||
)
|
)
|
||||||
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
|
VALUES (?, ?, ?, ?, ?, ?, ?, ?)
|
||||||
',
|
',
|
||||||
[
|
[
|
||||||
$angeltype['name'],
|
$angeltype['name'],
|
||||||
|
|
Loading…
Reference in New Issue