Skip to content

Commit

Permalink
Biobank (aces#16)
Browse files Browse the repository at this point in the history
* [DQT] CBIGR/Biobank include redesigned DQT (aces#10)

* Make LINST slightly better (aces#15)

Co-authored-by: maltheism <16293415+maltheism@users.noreply.github.com>
  • Loading branch information
ridz1208 and maltheism authored Oct 27, 2020
1 parent 934dab7 commit bc0dd04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion php/libraries/NDB_BVL_Instrument_LINST.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,11 @@ class NDB_BVL_Instrument_LINST extends \NDB_BVL_Instrument
}
$firstSelectOfPage = true;
break;
case 'table':
case 'test':
$this->testName = trim($pieces[1]);
break;
case 'table':
$this->testName = isset($this->testName) ? $this->testName:trim($pieces[1]);
$this->table = trim($pieces[1]);
break;
case 'title':
Expand Down

0 comments on commit bc0dd04

Please sign in to comment.