From b4ede3f342b27b385bc95b84b0acbbce4e792369 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 18 Jan 2006 08:36:15 +0000 Subject: [PATCH] Committing icon.gif. This is just a temporary icon. We need to replace it eventually. Vy-Shane Sin Fat --- "mod/data/field/text/\\" | 68 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 "mod/data/field/text/\\" diff --git "a/mod/data/field/text/\\" "b/mod/data/field/text/\\" new file mode 100644 index 00000000000..bb034e0af37 --- /dev/null +++ "b/mod/data/field/text/\\" @@ -0,0 +1,68 @@ +content)) { + $content = $content->content; + } + } + else { + $content = ''; + } + $str = ''; + + if ($field->description) { + $str .= ''.$field->description.' '; + } + $str .= ''; + return $str; + } +} + +?>