diff --git a/email_form.php b/email_form.php index 5737cc60..a3cccbb9 100644 --- a/email_form.php +++ b/email_form.php @@ -135,8 +135,6 @@ public function definition() { $mform->addGroup($links, 'links', ' ', array(' | '), false); - $req_img = html_writer::empty_tag('img', array('src' => $OUTPUT->pix_url('req'), 'class' => 'req', 'alt' => '')); - $table = new html_table(); $table->attributes['class'] = 'emailtable';