Skip to content

Commit

Permalink
Fixed issue #04920: Notice when using INSERTANS placeholders and "all…
Browse files Browse the repository at this point in the history
…-in-one" survey format.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9777 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Feb 12, 2011
1 parent 25c5092 commit d02b91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/dTexts/dFunctions/dFunctionInsertAns.php
Expand Up @@ -11,7 +11,7 @@ public function run($args)
global $connect;
$field = $args[0];
if (isset($_SESSION['srid'])) $srid = $_SESSION['srid'];
$sid = $_POST['sid'];
$sid = returnglobal('sid');
return retrieve_Answer($field, $_SESSION['dateformats']['phpdate']);
}
}

0 comments on commit d02b91e

Please sign in to comment.