2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Add operator and respondent details to expression manager

This commit is contained in:
Adam Zammit
2013-03-27 12:13:21 +11:00
parent 7cb7de5d16
commit fc74099de7
4 changed files with 64 additions and 6 deletions

View File

@@ -171,6 +171,9 @@ if (!is_respondent_selection($operator_id))
else
$data = get_respondentselection_url($operator_id);
$db->CompleteTrans();
xhtml_object($data,"main-content");
?>
@@ -289,6 +292,5 @@ xhtml_foot();
//if ($db->HasFailedTrans()){ print "<p>FAILED AT END of index</p>"; exit();}
$db->CompleteTrans();
?>