mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fixed expression manager selection by token
Fixed export notices about array
This commit is contained in:
@@ -3419,7 +3419,7 @@
|
||||
$sql = "SELECT sv.var,sv.val
|
||||
FROM sample_var as sv, `case` as c
|
||||
WHERE c.sample_id = sv.sample_id
|
||||
AND c.token = {$_SESSION['token']}";
|
||||
AND c.token = '{$_SESSION['token']}'";
|
||||
|
||||
$queXSrs = $connect->GetAssoc($sql);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user