Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71ea28
)
helping IDEs with undefined variable detection
author
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 11:29:45 +0000
(11:29 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 11:29:45 +0000
(11:29 +0000)
lib/installlib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/installlib.php
b/lib/installlib.php
index
db577c5
..
122f573
100644
(file)
--- a/
lib/installlib.php
+++ b/
lib/installlib.php
@@
-515,6
+515,7
@@
function install_cli_database(array $options, $interactive) {
$CFG->version = '';
$CFG->release = '';
$version = null;
+ $release = null;
// read $version and $release
require($CFG->dirroot.'/version.php');