]> git.mjollnir.org Git - moodle.git/commitdiff
blocks: MDL-19010 Delete weird line of legacy code.
authortjhunt <tjhunt>
Tue, 14 Jul 2009 08:36:40 +0000 (08:36 +0000)
committertjhunt <tjhunt>
Tue, 14 Jul 2009 08:36:40 +0000 (08:36 +0000)
admin/blocks.php

index a34f89079b122a0a849b2f74609e127b845c8a7e..35bf7fcd1bc64c68b9f0f164c40af1e881edd15b 100644 (file)
@@ -86,7 +86,6 @@
             if(!empty($instances)) {
                 foreach($instances as $instance) {
                     blocks_delete_instance($instance);
-                    blocks_delete_instance($instance, true);
                 }
             }