From a9e92ea4919cb620b944e7c8191bb0bb91eab031 Mon Sep 17 00:00:00 2001 From: Menno Dekker Date: Thu, 2 Sep 2010 07:46:48 +0000 Subject: [PATCH] dev: FUQT should work as expected now 'aid' is always present in fieldmap git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9106 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/dataentry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/dataentry.php b/admin/dataentry.php index cf4f133b2b7..c1ae4b046c6 100644 --- a/admin/dataentry.php +++ b/admin/dataentry.php @@ -940,7 +940,7 @@ break; case "|": //FILE UPLOAD $dataentryoutput .= "\n"; - if (!isset($fname['aid'])) + if ($fname['aid']!=='filecount') {//file metadata $metadata = json_decode($idrow[$fname['fieldname']], true); $qAttributes = getQuestionAttributes($fname['qid']);