MDL-24157, remove instance_delete function block, it is supposed to used to display comments only

This commit is contained in:
Dongsheng Cai
2010-09-16 08:00:31 +00:00
parent c343ddf84e
commit e929eda61e
-6
View File
@@ -55,10 +55,4 @@ class block_comments extends block_base {
$this->content->footer = '';
return $this->content;
}
function instance_delete() {
global $DB, $PAGE;
//delete orphan records
$DB->delete_records('comments', array('contextid'=>$PAGE->context->id, 'commentarea'=>'page_comments', 'itemid'=>0));
return true;
}
}