Skip to content

Commit

Permalink
Dev: Trailing curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 23, 2017
1 parent 216079c commit 6bbeec2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/helpers/admin/import_helper.php
Expand Up @@ -2326,7 +2326,6 @@ function TSVImportSurvey($sFullFilePath)
if (isset($row['default']) && $row['default'] != "")
{
$insertdata = array();
}
$insertdata['qid'] = $qid;
$insertdata['specialtype'] = 'other';
$insertdata['language'] = (isset($row['language']) ? $row['language'] : $baselang);
Expand Down

0 comments on commit 6bbeec2

Please sign in to comment.