From 2a93452af6bbfac8366f2423a13cec4a07875ede Mon Sep 17 00:00:00 2001 From: Carlos Vargas Date: Fri, 23 Jan 2009 20:38:23 +0100 Subject: [PATCH] [svn r17970] Replacement the URL by text see FS#3520 --- main/work/work.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/work/work.php b/main/work/work.php index 3315dd79da..8e4c7b6c8e 100644 --- a/main/work/work.php +++ b/main/work/work.php @@ -27,7 +27,7 @@ * @author Patrick Cool , Ghent University - ability for course admins to specify wether uploaded documents are visible or invisible by default. * @author Roan Embrechts, code refactoring and virtual course support * @author Frederic Vauthier, directories management -* @version $Id: work.php 17787 2009-01-17 00:41:06Z ivantcholakov $ +* @version $Id: work.php 17970 2009-01-23 19:38:23Z cvargas1 $ * * @todo refactor more code into functions, use quickforms, coding standards, ... */ @@ -1112,7 +1112,7 @@ if ($is_course_member) {
' . get_lang("Document") . '
'; $form->addElement('html', $html);