Browse Source

Correção de bug

master
Sesostris Vieira 11 years ago
parent
commit
f6366f39f3
  1. 2
      edit.php

2
edit.php

@ -132,7 +132,7 @@ if ($mform->is_cancelled()) {
'customint6' => $data->customint6, 'customint6' => $data->customint6,
'customint7' => $data->customint7, 'customint7' => $data->customint7,
'customint8' => $data->customint8, 'customint8' => $data->customint8,
'customdec1' => $data->customdec1; 'customdec1' => $data->customdec1,
'customtext1' => $data->customtext1, 'customtext1' => $data->customtext1,
'customtext2' => serialize($data->customtext2), 'customtext2' => serialize($data->customtext2),
'roleid' => $data->roleid, 'roleid' => $data->roleid,

Loading…
Cancel
Save