i have a function removed by mistake

This commit is contained in:
Andreas Grabs
2010-04-22 12:02:12 +00:00
parent b37ce778c6
commit 882f08c845
+9 -1
View File
@@ -17,7 +17,15 @@ class feedback_item_label extends feedback_item_base {
return $item_form;
}
function print_item($item){
?>
<td colspan="2">
<?php echo format_text($item->presentation, FORMAT_HTML);?>
</td>
<?php
}
/**
* print the item at the edit-page of feedback
*