From 047194759310afedffd5bfbcbf14d5ce37b729f4 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Mon, 23 Mar 2009 21:34:31 +0000 Subject: [PATCH] Reverting changes in MDL-18542 --- mod/data/field/textarea/field.class.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mod/data/field/textarea/field.class.php b/mod/data/field/textarea/field.class.php index ede8426a595..92183f06a76 100755 --- a/mod/data/field/textarea/field.class.php +++ b/mod/data/field/textarea/field.class.php @@ -68,12 +68,6 @@ class data_field_textarea extends data_field_base { $str .= ''; return $str; } - - function list_add_field(&$fields) { - $fields[] = $this->field->id; - $fields[] = $this->field->id.'_content1'; - return true; - } function display_search_field($value = '') {