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:
@@ -442,9 +442,9 @@ function add_case($sample_id,$questionnaire_id,$operator_id = "NULL",$testing =
|
||||
|
||||
if ($lime_sid)
|
||||
{
|
||||
$lfirstname = '';
|
||||
$llastname = '';
|
||||
$lemail = '';
|
||||
$lfirstname = "''";
|
||||
$llastname = "''";
|
||||
$lemail = "''";
|
||||
|
||||
if ($addlimeattributes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user