Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b37ce77
)
i have a function removed by mistake
author
Andreas Grabs
<info@grabs-edv.de>
Thu, 22 Apr 2010 12:02:12 +0000
(12:02 +0000)
committer
Andreas Grabs
<info@grabs-edv.de>
Thu, 22 Apr 2010 12:02:12 +0000
(12:02 +0000)
mod/feedback/item/label/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/feedback/item/label/lib.php
b/mod/feedback/item/label/lib.php
index
14dee09
..
3ca0156
100644
(file)
--- a/
mod/feedback/item/label/lib.php
+++ b/
mod/feedback/item/label/lib.php
@@
-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
*