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

Fixed bug introduced in last commit

This commit is contained in:
Adam Zammit
2015-11-24 16:09:38 +11:00
parent 09b0a74489
commit 2f22dd1019

View File

@@ -442,9 +442,9 @@ function add_case($sample_id,$questionnaire_id,$operator_id = "NULL",$testing =
if ($lime_sid) if ($lime_sid)
{ {
$lfirstname = ''; $lfirstname = "''";
$llastname = ''; $llastname = "''";
$lemail = ''; $lemail = "''";
if ($addlimeattributes) if ($addlimeattributes)
{ {