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
0dd27c90
Commit
0dd27c90
authored
Oct 25, 2006
by
Penny Leach
Browse files
[UPSTREAM] fixing typo in recent xmldb patch
parent
7c3a64c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/xmldb/classes/XMLDBObject.class.php
View file @
0dd27c90
...
...
@@ -277,7 +277,7 @@ class XMLDBObject {
function
orderElements
(
$arr
)
{
global
$CFG
;
$result
=
true
;
if
(
!
empty
(
$CFG
->
disablenextprevchecking
))
{
if
(
!
empty
(
$CFG
->
xmldb
disablenextprevchecking
))
{
return
$arr
;
}
/// Create a new array
...
...
Write
Preview
Supports
Markdown
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