Skip to content

Commit a62c004

Browse files
committed
removed if choice is empty
1 parent 621aa95 commit a62c004

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/redcap/php/client/models/redcapdictionaryrecord.class.inc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,6 @@ class RedcapDictionaryRecord
318318
$index = 1; //Auto-index counter
319319
foreach ($choices as $choice) {
320320
$choice = trim($choice);
321-
if (empty($choice)) {
322-
continue;
323-
}
324321

325322
$matches = [];
326323

0 commit comments

Comments
 (0)