mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Cleaned up test code.
Committed by Vy-Shane Sin Fat <vyshane@moodle.com>
This commit is contained in:
parent
2eac7ec168
commit
add19b0736
1 changed files with 0 additions and 4 deletions
|
@ -48,10 +48,6 @@ class data_field_textarea extends data_field_base {
|
|||
$newfield->param2 = $width;
|
||||
$newfield->param3 = $height;
|
||||
|
||||
echo '<pre>';
|
||||
print_r($newfield);
|
||||
echo '</pre>';
|
||||
|
||||
if (!insert_record('data_fields', $newfield)) {
|
||||
notify('Insertion of new field failed!');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue