Skip to content

Commit

Permalink
MDL-23196 html block - prevent this update to happen. It cleans all t…
Browse files Browse the repository at this point in the history
…he HTML blocks!
  • Loading branch information
stronk7 committed Jul 16, 2010
1 parent 1aa6671 commit e2a4f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/html/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function xmldb_block_html_upgrade($oldversion) {

$dbman = $DB->get_manager();

if ($oldversion < 2010071501) {
if ($oldversion < 2010071501 && false) { // TODO: MDL-23196 !!!
$params = array();
$sql = "SELECT * FROM {block_instances} b WHERE b.blockname = :blockname";
$params['blockname'] = 'html';
Expand Down

0 comments on commit e2a4f94

Please sign in to comment.