From 429275e834bd406bc4670f6df05e8625731faf06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 22 Jan 2010 17:21:18 +0000 Subject: [PATCH] Unnullify and unignore field when file to upload is chosen. --- tbl_change.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_change.php b/tbl_change.php index 4cedd68de..c24f8019a 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -973,7 +973,7 @@ foreach ($rows as $row_id => $vrow) { } echo '
'; - echo ' '; + echo ' '; // find maximum upload size, based on field type /**