Skip to content
GitLab
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
c88fe544
Commit
c88fe544
authored
Nov 18, 2017
by
Robert Lyon
Committed by
Gerrit Code Review
Nov 18, 2017
Browse files
Merge "Bug 1660237: Adding log debug message when upgrading"
parents
92a72586
56ae7d7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/upgrade.php
View file @
c88fe544
...
...
@@ -5416,6 +5416,7 @@ function xmldb_core_upgrade($oldversion=0) {
}
if
(
$oldversion
<
2017103100
)
{
log_debug
(
'Remove MaharaDroid configurations'
);
// remove allowmobileuploads from config, used only by old mobile api
delete_records
(
'config'
,
'field'
,
'allowmobileuploads'
);
// remove mobileuploadtoken from account settings, used only by old mobile api
...
...
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