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
63eea523
Commit
63eea523
authored
May 16, 2013
by
metzlerd
Browse files
Remove comments.
parent
f91dc988
Changes
2
Hide whitespace changes
Inline
Side-by-side
forena.common.inc
View file @
63eea523
...
...
@@ -317,7 +317,6 @@ function forena_save_report($report_name, $report, $save_file = FALSE, $altered
$data
[
'name'
]
=
$report_name
;
$data
[
'altered'
]
=
$altered
;
$r_xml
=
$report
->
asXML
();
//@TODO: Clean up filename to make sure
$name
=
$data
[
'name'
];
$filepath
=
$report_path
.
'/'
.
$report_name
.
'.frx'
;
// If we need to save this to the file system
...
...
forena.module
View file @
63eea523
...
...
@@ -732,7 +732,6 @@ function forena_permission() {
'delete report'
=>
array
(
'title'
=>
t
(
'Delete reports'
)),
'perform email merge'
=>
array
(
'title'
=>
t
(
'Peform email merge'
)),
);
//@TODO: Add the ability to create subrepositories with different permissions.
return
$perms
;
}
...
...
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