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
2eb20576
Commit
2eb20576
authored
Dec 01, 2021
by
enured
Browse files
fake
parent
12940c23
Pipeline
#6464
passed with stages
in 3 minutes and 22 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
2eb20576
...
...
@@ -11,6 +11,7 @@
.project
.webprj
.vscode
.run
nbprojec
nohup.out
...
...
extension/Classes/Core/QuickFormQuery.php
View file @
2eb20576
...
...
@@ -266,7 +266,8 @@ class QuickFormQuery {
* @throws \UserFormException
* @throws \UserReportException
*/
public
function
process
()
{
public
function
process
():
string
{
$html
=
''
;
$render
=
$this
->
store
->
getVar
(
SYSTEM_RENDER
,
STORE_TYPO3
.
STORE_SYSTEM
);
...
...
extension/Classes/Sql/function.sql
View file @
2eb20576
...
...
@@ -13,6 +13,8 @@ BEGIN
END
;
###
#
#
QMORE
(
input
,
maxlen
)
...
...
@@ -119,7 +121,7 @@ BEGIN
IF
(
!
start
)
THEN
RETURN
str
;
END
IF
;
SET
end
=
LOCATE
(
">"
,
str
,
start
);
IF
(
!
end
)
THEN
SET
end
=
start
;
END
IF
;
SET
str
=
INSERT
(
str
,
start
,
end
-
start
+
1
,
""
);
SET
str
=
INSERT
(
str
,
start
,
end
-
start
+
1
,
''
);
END
LOOP
;
END
;
...
...
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