Skip to content

Commit

Permalink
API
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave MacFarlane committed Oct 2, 2024
1 parent a7d4e3e commit 2725c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/libraries/NDB_BVL_Instrument_LINST.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ class NDB_BVL_Instrument_LINST extends \NDB_BVL_Instrument
$element['Name'] = $value[1];
$specialCase = false;
if ($value[0] !== 'table' && $value[0] !== 'title') {
$element['Description'] = rtrim($value[2]);
$element['Description'] = rtrim(strval($value[2]));
}
switch ($value[0]) {
case 'selectmultiple':
Expand Down

0 comments on commit 2725c72

Please sign in to comment.