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
e17a7995
Commit
e17a7995
authored
May 07, 2014
by
metzlerd
Browse files
Fix for XML support.
parent
1d870075
Changes
1
Show whitespace changes
Inline
Side-by-side
forena.module
View file @
e17a7995
...
...
@@ -929,6 +929,9 @@ function forena_report($name_in, $parms = NULL, $print = TRUE) {
$forena_js
[
'report'
]
=
preg_replace
(
'/[^\w\-]+/u'
,
'_'
,
$name_in
);
if
(
$print
)
drupal_add_js
(
array
(
'forena'
=>
$forena_js
),
'setting'
);
}
if
(
!
$print
&&
is_array
(
$content
))
{
return
drupal_render
(
$content
[
'content'
]);
}
return
$content
;
...
...
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