Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
66686270
Commit
66686270
authored
May 02, 2014
by
David Metzler
Browse files
Fixed bug in scraping documents using forena.
parent
e2a39ac4
Changes
1
Hide whitespace changes
Inline
Side-by-side
forena.module
View file @
66686270
...
...
@@ -930,7 +930,8 @@ function forena_report($name_in, $parms = NULL, $print = TRUE) {
if
(
$print
)
drupal_add_js
(
array
(
'forena'
=>
$forena_js
),
'setting'
);
}
if
(
!
$print
)
{
return
drupal_render
(
$content
[
'content'
]);
$c
=
$content
[
'content'
];
return
drupal_render
(
$c
);
}
return
$content
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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