Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
3cafe044
Commit
3cafe044
authored
Sep 30, 2008
by
Richard Mansfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment for next upgrade
parent
a365a800
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
htdocs/lib/db/upgrade.php
htdocs/lib/db/upgrade.php
+4
-0
No files found.
htdocs/lib/db/upgrade.php
View file @
3cafe044
...
...
@@ -1415,6 +1415,10 @@ function xmldb_core_upgrade($oldversion=0) {
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
;
}
...
...
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