Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed issue #6264: Unable to access data entry screen
  • Loading branch information
c-schmitz committed Jun 22, 2012
1 parent 10b352c commit 9d501f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/admin/dataentry.php
Expand Up @@ -98,7 +98,7 @@ function vvimport()
}
}
}

function iteratesurvey()
{
$aData = array();
Expand Down Expand Up @@ -2053,7 +2053,7 @@ public function view($surveyid, $lang=NULL)

// Perform a case insensitive natural sort on group name then question title of a multidimensional array
usort($deqrows, 'groupOrderThenQuestionOrder');

$bgc = 'odd';
foreach ($deqrows as $deqrow)
{
$qidattributes = getQuestionAttributeValues($deqrow['qid'], $deqrow['type']);
Expand Down

0 comments on commit 9d501f6

Please sign in to comment.