Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
57a17bb3
Commit
57a17bb3
authored
Aug 11, 2007
by
Nigel McNie
Committed by
Penny Leach
Aug 17, 2007
Browse files
Removed an unnecessary debugging line
parent
99e5122f
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/form/elements/wysiwyg.php
View file @
57a17bb3
...
...
@@ -101,7 +101,6 @@ function pieform_element_wysiwyg_get_value(Pieform $form, $element) {
global
$USER
;
$global
=
(
$form
->
get_property
(
'method'
)
==
'get'
)
?
$_GET
:
$_POST
;
if
(
isset
(
$element
[
'value'
]))
{
log_debug
(
'returning value'
);
return
$element
[
'value'
];
}
else
if
(
isset
(
$global
[
$element
[
'name'
]]))
{
...
...
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