Skip to content

Commit

Permalink
issue #6088
Browse files Browse the repository at this point in the history
  • Loading branch information
lingma committed Feb 20, 2020
1 parent 45df239 commit f62edcb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ class ImagingBrowserRowProvisioner extends \LORIS\Data\Provisioners\DBRowProvisi
GROUP_CONCAT(DISTINCT OutputType) as Links,
s.ID as sessionID,
GROUP_CONCAT(DISTINCT modality.Scan_type) as sequenceType,
$PendingNewquery as pending,
$modalities_subquery,
s.CenterID as CenterID,
$PendingNewquery as pending," .
($modalities_subquery==''?"$modalities_subquery,":'') .
"s.CenterID as CenterID,
c.Entity_type as entityType,
s.ProjectID
FROM psc AS p
Expand Down

0 comments on commit f62edcb

Please sign in to comment.