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
3cafe044
Commit
3cafe044
authored
Sep 30, 2008
by
Richard Mansfield
Browse files
Add comment for next upgrade
parent
a365a800
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lib/db/upgrade.php
View file @
3cafe044
...
@@ -1415,6 +1415,10 @@ function xmldb_core_upgrade($oldversion=0) {
...
@@ -1415,6 +1415,10 @@ function xmldb_core_upgrade($oldversion=0) {
add_field
(
$table
,
$field
);
add_field
(
$table
,
$field
);
}
}
// The previous upgrade forces the user to be logged out. The
// next upgrade should probably set disablelogin = false and
// minupgradefrom = 2008092000 in version.php.
return
$status
;
return
$status
;
}
}
...
...
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