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
b4aaac87
Commit
b4aaac87
authored
Jan 29, 2008
by
Nigel McNie
Browse files
Correct spelling mistake in a comment.
parent
abc756fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/pieforms/pieform.php
View file @
b4aaac87
...
...
@@ -666,7 +666,7 @@ class Pieform {/*{{{*/
// The two cases where it is needed is when:
// 1) The form is a JS form that hasn't been submitted yet. When the
// form has been submitted the javascript from the first page load is
// still active in the document
e
// still active in the document
// 2) The form is NOT a JS form, but has a presubmitcallback
if
((
$this
->
data
[
'jsform'
]
&&
!
$this
->
submitted
)
||
(
!
$this
->
data
[
'jsform'
]
&&
$this
->
data
[
'presubmitcallback'
]))
{
...
...
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