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)
|
if ($lime_sid)
|
||||||
{
|
{
|
||||||
$lfirstname = '';
|
$lfirstname = "''";
|
||||||
$llastname = '';
|
$llastname = "''";
|
||||||
$lemail = '';
|
$lemail = "''";
|
||||||
|
|
||||||
if ($addlimeattributes)
|
if ($addlimeattributes)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user