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

Fixed Bug: Web first case generation failing with some insert strings

This commit is contained in:
Adam Zammit
2015-11-24 13:21:52 +11:00
parent 516f6709c0
commit 09b0a74489
2 changed files with 12 additions and 10 deletions

View File

@@ -149,7 +149,8 @@ if (isset($_GET['questionnaire_id']) && isset($_GET['sample']) && isset($_GET['
foreach($rs as $r)
{
add_case($r['sample_id'],$questionnaire_id,"NULL",$testing,41, true);
set_time_limit(30);
add_case($r['sample_id'],$questionnaire_id,"NULL",$testing,41, true);
}
$db->CompleteTrans();