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:
c1312d8
)
fixed typo
author
Petr Skoda
<skodak@moodle.org>
Tue, 6 Jul 2010 17:00:37 +0000
(17:00 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Tue, 6 Jul 2010 17:00:37 +0000
(17:00 +0000)
lib/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/upgrade.php
b/lib/db/upgrade.php
index
9d26d6e
..
2e6bccc
100644
(file)
--- a/
lib/db/upgrade.php
+++ b/
lib/db/upgrade.php
@@
-2020,7
+2020,7
@@
WHERE gradeitemid IS NOT NULL AND grademax IS NOT NULL");
WHERE bi.id = ctx.instanceid AND ctx.contextlevel=" . CONTEXT_BLOCK . ")";
$DB->execute($sql);
- /// TODO MDL-19776 We should not really use API func
it
ons in upgrade.
+ /// TODO MDL-19776 We should not really use API func
ti
ons in upgrade.
/// If MDL-19776 is done, we can remove this whole upgrade block.
build_context_path();