Skip to content

Commit

Permalink
Fixed issue #8513: ERROR: Invalid last group timing fieldname when re…
Browse files Browse the repository at this point in the history
…activating a modified survey and using timings
  • Loading branch information
c-schmitz committed Apr 16, 2014
1 parent c0eeb3b commit b0127e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/activate_helper.php
Expand Up @@ -433,7 +433,7 @@ function activateSurvey($iSurveyID, $simulate = false)
$column[$field] = 'FLOAT';
}

$tabname = "{{survey_{$iSurveyID}}}_timings";
$tabname = "{{survey_{$iSurveyID}_timings}}";
try
{
$execresult = createTable($tabname,$column);
Expand Down

0 comments on commit b0127e8

Please sign in to comment.