Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
qfq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
typo3
qfq
Commits
c7335577
Commit
c7335577
authored
Feb 29, 2020
by
Carsten Rose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
95fbe635
Pipeline
#3345
failed with stages
in 2 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extension/Classes/Core/Report/Report.php
extension/Classes/Core/Report/Report.php
+2
-2
No files found.
extension/Classes/Core/Report/Report.php
View file @
c7335577
...
...
@@ -677,7 +677,7 @@ class Report {
/**
* Called with an array of column names.
* Each column name can be split
ted
in multiple string by '|': [s1[|s2[|s3]]]
* Each column name can be split in multiple string by '|': [s1[|s2[|s3]]]
* Each s1|s2|s3 can be: {title}, _{special colum name}, _hide, _noWrap, _={title}, _+{tag}, _<{tag1}><{tag2}>
*
* Return an Array: newKeys[idx][C_FULL|C_TITLE|C_NO_WRAP|C_HIDE]
...
...
@@ -688,7 +688,7 @@ class Report {
*/
private
function
splitColumnNames
(
array
$keys
,
array
$fSkipWrap
=
array
())
{
// Split
Key
names in title / specialColumnName / fSkipWrap / hide
// Split
key
names in title / specialColumnName / fSkipWrap / hide
$ii
=
0
;
$newKeys
=
array
();
...
...
Write
Preview
Markdown
is supported
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