MDL-24836 data - I'm idiot! Sorry!

This commit is contained in:
Eloy Lafuente
2010-10-25 09:31:10 +00:00
parent c3303a2517
commit a83fefb70c
-1
View File
@@ -111,7 +111,6 @@ class data_field_file extends data_field_base {
$oldcontent = new object;
$oldcontent->fieldid = $this->field->id;
$oldcontent->recordid = $recordid;
print_object('here');
if (!$oldcontent->id = insert_record('data_content', $oldcontent)) {
error('Could not make an empty record!');
}