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:
327b0d4
)
MDL-22503 upgrade - fixing typo. How is it possible this to be here?
author
Eloy Lafuente
<stronk7@moodle.org>
Tue, 25 May 2010 18:25:50 +0000
(18:25 +0000)
committer
Eloy Lafuente
<stronk7@moodle.org>
Tue, 25 May 2010 18:25:50 +0000
(18:25 +0000)
lib/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/upgrade.php
b/lib/db/upgrade.php
index
72883b9
..
3cd603a
100644
(file)
--- a/
lib/db/upgrade.php
+++ b/
lib/db/upgrade.php
@@
-2395,7
+2395,7
@@
WHERE gradeitemid IS NOT NULL AND grademax IS NOT NULL");
unset($instanceidstring);
// Now remove the actual block instance
- $
$
DB->delete_records_select('block_instances', 'blockname IN ('.$outmodedblocksstring.')');
+ $DB->delete_records_select('block_instances', 'blockname IN ('.$outmodedblocksstring.')');
unset($outmodedblocksstring);
// Insert the new block instances. Remember they have not been installed yet