Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed "Parse error: syntax error, unexpected '}' in limesurvey_dev\in…
…dex.php on line 2956"

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@10155 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
maziminke committed May 31, 2011
1 parent 72eb1e8 commit 3062a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -2928,7 +2928,7 @@ function surveymover()
. $clang->gT("Previous")." ' name='move2' id='moveprevbtn' $disabled />\n";
}
}
}

if (isset($_SESSION['step']) && $_SESSION['step'] && (!$_SESSION['totalsteps'] || ($_SESSION['step'] < $_SESSION['totalsteps'])))
{
$surveymover .= "\t<input class='submit' type='submit' accesskey='n' onclick=\"javascript:document.limesurvey.move.value = 'movenext';\" value=' "
Expand Down

0 comments on commit 3062a92

Please sign in to comment.