Skip to content

Commit

Permalink
Dev : fixed issue #6335 : Now for jumpto
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jul 19, 2012
1 parent 87f9e31 commit 534c4bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions classes/expressions/LimeExpressionManager.php
Expand Up @@ -4803,8 +4803,10 @@ static function JumpTo($seq,$preview=false,$processPOST=true,$force=false,$chang
else
{
// display new group
$message .= $LEM->_UpdateValuesInDatabase($updatedValues,false,$setSubmitDate);
$LEM->runtimeTimings[] = array(__METHOD__,(microtime(true) - $now));
if(!$preview){ // Save only if not in preview mode
$message .= $LEM->_UpdateValuesInDatabase($updatedValues,false,$setSubmitDate);
$LEM->runtimeTimings[] = array(__METHOD__,(microtime(true) - $now));
}
$LEM->lastMoveResult = array(
'finished'=>false,
'message'=>$message,
Expand Down

0 comments on commit 534c4bd

Please sign in to comment.