Skip to content

Commit

Permalink
Fixed issue QID links in Show Survey Logic File should open new edit-…
Browse files Browse the repository at this point in the history
…question window, not just view question
  • Loading branch information
TMSWhite committed Jun 18, 2012
1 parent d91b420 commit b88d460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/expressions/LimeExpressionManager.php
Expand Up @@ -8142,7 +8142,7 @@ static public function ShowSurveyLogicFile($sid, $gid=NULL, $qid=NULL,$LEMdebugL
. $rootVarName . "</span>";
}

$questionRow .= "</b><br/>[<a target='_blank' href='$rooturl/admin/admin.php?sid=$sid&gid=$gid&qid=$qid'>QID $qid</a>]<br/>$typedesc [$type]</td>"
$questionRow .= "</b><br/>[<a target='_blank' href='$rooturl/admin/admin.php?action=editquestion&sid=$sid&gid=$gid&qid=$qid'>QID $qid</a>]<br/>$typedesc [$type]</td>"
. "<td>" . $relevance . $prettyValidEqn . $default . "</td>"
. "<td>" . $qdetails . "</td>"
. "</tr>\n";
Expand Down

0 comments on commit b88d460

Please sign in to comment.