Merged from McMasterReports branch

This commit is contained in:
azammitdcarf
2010-01-14 07:45:37 +00:00
parent 18dbb16138
commit d1b139d315
1884 changed files with 555890 additions and 364767 deletions
@@ -416,7 +416,7 @@ while ($Row = $QueryResult->FetchRow())
$question->append_child($response);
break;
case "S": //SHORT FREE TEXT
$response->append_child(create_free("text",get_length($qid,"maximum_chars","240"),""));
$response->append_child(create_free("text",get_length($qid,"text_input_width","240"),""));
$question->append_child($response);
break;
case "T": //LONG FREE TEXT
@@ -502,7 +502,8 @@ while ($Row = $QueryResult->FetchRow())
$response->set_attribute("varName",'datecomp');
$response->append_child(create_free("text",16,""));
$question->append_child($response);
$questionnaire->append_child($section);
}