Skip to content

Commit

Permalink
Slight fix to Questions model.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11998 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Aaron Schmitz committed Jan 12, 2012
1 parent 40745ad commit e14cb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Questions.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function getAdvancedSettingsWithValues($iQuestionID, $sQuestionType, $iSu
return $aAttributeNames;
}

function getQuestions2($sid, $gid, $language)
function getQuestions($sid, $gid, $language)
{
return Yii::app()->db->createCommand()
->select()
Expand Down

0 comments on commit e14cb79

Please sign in to comment.