Skip to content

Commit

Permalink
Revert database.php to before when it was refactored.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11788 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Aaron Schmitz committed Dec 28, 2011
1 parent 35fc4c3 commit ee1c84d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions application/controllers/admin/database.php
Expand Up @@ -141,8 +141,7 @@ function index($action=null)
}
}

$databaseoutput['clang']=$clang;


if ($action == "updateansweroptions" && bHasSurveyPermission($surveyid, 'surveycontent','update'))
{

Expand Down Expand Up @@ -188,7 +187,7 @@ function index($action=null)

$assessmentvalue=(int) $_POST['assessment_'.$sortorderid.'_'.$scale_id];
foreach ($alllanguages as $language)
{*/
{
$answer=$_POST['answer_'.$language.'_'.$sortorderid.'_'.$scale_id];

if (Yii::app()->getConfig('filterxsshtml'))
Expand Down

0 comments on commit ee1c84d

Please sign in to comment.