Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
02b56425
Commit
02b56425
authored
May 14, 2014
by
metzlerd
Browse files
Code cleanup.
parent
58dfd059
Changes
1
Hide whitespace changes
Inline
Side-by-side
ForenaViewsPlugin.inc
View file @
02b56425
...
...
@@ -31,9 +31,9 @@ class ForenaViewsPlugin extends views_plugin_style {
// Group the rows according to the grouping instructions, if specified.
$output
=
''
;
$sets
=
$this
->
render_grouping
(
$this
->
view
->
result
,
$this
->
options
[
'grouping'
],
TRUE
$this
->
view
->
result
,
$this
->
options
[
'grouping'
],
TRUE
);
$filename
=
$this
->
options
[
'report_name'
]
.
'.frx'
;
if
(
Frx
::
File
()
->
exists
(
$filename
))
{
...
...
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