From 459e90230f7f5ee4f1cd23a0f9db62a91243ef25 Mon Sep 17 00:00:00 2001 From: vyshane Date: Tue, 7 Mar 2006 08:53:40 +0000 Subject: [PATCH] Fixed bug: wrong parameter for input field (max size of uploaded file) --- mod/data/field/picture/field.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/data/field/picture/field.class.php b/mod/data/field/picture/field.class.php index 29e9443bd0f..be47830f630 100755 --- a/mod/data/field/picture/field.class.php +++ b/mod/data/field/picture/field.class.php @@ -99,7 +99,7 @@ class data_field_picture extends data_field_file {// extends $str .= get_string('picture','data'). ':
'; $str .= get_string('optionaldescription','data') .':
'; - $str .= ''; + $str .= ''; if ($rid and $contents[0]){ $str .= ''; }