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
0b3cacce
Commit
0b3cacce
authored
Feb 19, 2009
by
Nigel McNie
Browse files
Correct a comment for generation of installation key in upgrade.php
parent
62bb801b
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/upgrade.php
View file @
0b3cacce
...
...
@@ -821,7 +821,7 @@ function xmldb_core_upgrade($oldversion=0) {
}
if
(
$oldversion
<
2009021900
)
{
// Generate a
registr
ation key
// Generate a
unique install
ation key
set_config
(
'installation_key'
,
get_random_key
());
}
...
...
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