Skip to content

Commit

Permalink
Dev: working on issue #06937: Undefined index: fieldarray error when …
Browse files Browse the repository at this point in the history
…first testing a survey
  • Loading branch information
Shnoulle committed Dec 6, 2012
1 parent acc650e commit 17680c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application/controllers/admin/database.php
Expand Up @@ -215,7 +215,7 @@ function index($sa = null)
if ($duplicateCode == 1) $databaseoutput .= "<script type=\"text/javascript\">\n<!--\n alert(\"".$clang->gT("Duplicate codes found, these entries won't be updated","js")."\")\n //-->\n</script>\n";

Yii::app()->session['flashmessage']= $clang->gT("Answer options were successfully saved.");

LimeExpressionManager::SetDirtyFlag();
if ($databaseoutput != '')
{
echo $databaseoutput;
Expand Down Expand Up @@ -349,7 +349,7 @@ function index($sa = null)
Yii::app()->session['flashmessage'] = $clang->gT("Subquestions were successfully saved.");

//$action='editsubquestions';

LimeExpressionManager::SetDirtyFlag();
if ($databaseoutput != '')
{
echo $databaseoutput;
Expand Down
Expand Up @@ -7,7 +7,6 @@
$_REQUEST[$key] = $val;
}
$_REQUEST['LEM_PRETTY_PRINT_ALL_SYNTAX'] = 'Y';

}

$clang = Yii::app()->lang;
Expand Down

0 comments on commit 17680c9

Please sign in to comment.