Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
c663717f
Commit
c663717f
authored
Aug 21, 2017
by
Carsten Rose
Browse files
Preparation Multi Language
parent
aa222792
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/sql/formEditor.sql
View file @
c663717f
...
...
@@ -175,12 +175,11 @@ CREATE TABLE IF NOT EXISTS `Period` (
#
Delete
previous
FormElements
(
if
exist
)
DELETE
FormElement
FROM
FormElement
,
Form
WHERE
FIND_IN_SET
(
Form
.
name
,
'form,formElement,copyForm,cron'
)
>
0
AND
Form
.
id
=
FormElement
.
formId
;
WHERE
FIND_IN_SET
(
Form
.
name
,
'form,formElement,copyForm,cron'
)
>
0
AND
Form
.
id
=
FormElement
.
formId
;
#
Delete
previous
Forms
(
if
exist
)
DELETE
FROM
Form
WHERE
name
LIKE
'form'
OR
name
LIKE
'formElement'
OR
name
LIKE
'copyForm'
OR
name
LIKE
'cron'
;
WHERE
FIND_IN_SET
(
Form
.
name
,
'form,formElement,copyForm,cron'
)
>
0
;
#
#
FormEditor
:
Form
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment