Skip to content

Commit

Permalink
Merge pull request #1399 from xlecours/fix_examiner_list_in_instruments
Browse files Browse the repository at this point in the history
fix examiners list in intruments
  • Loading branch information
driusan committed Nov 13, 2015
2 parents 489daa9 + 81e0a16 commit 00cd760
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions php/libraries/NDB_BVL_Instrument.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,9 @@ class NDB_BVL_Instrument extends NDB_Page
Utility::toArray($CertificationConfig['CertificationProjects'])
AS $key => $value
) {
if (is_array($value['CertificationProject'])) {
$value = $value['CertificationProject'];
}
foreach ($value as $k=>$projID) {
$CertificationProjects[$projID] = $projID;
}
Expand Down

0 comments on commit 00cd760

Please sign in to comment.