Skip to content

Commit

Permalink
Fixed issue: MSSQL error on importing survey
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 23, 2012
1 parent 3c23c31 commit 8850ce1
Show file tree
Hide file tree
Showing 3 changed files with 6,877 additions and 6,878 deletions.
2 changes: 1 addition & 1 deletion admin/database.php
Expand Up @@ -1514,7 +1514,7 @@ function get_max_question_order($gid)

// Update survey permissions
GiveAllSurveyPermissions($_SESSION['loginID'],$surveyid);
//LimeExpressionManager::SetSurveyId($surveyid);
LimeExpressionManager::SetSurveyId($surveyid);

$surveyselect = getsurveylist();

Expand Down

2 comments on commit 8850ce1

@TMSWhite
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be ported to Yii?

@c-schmitz
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Please sign in to comment.