Commit c9343cf55fdcd03e6be9cfdfed2e344ccf4debb2

Authored by Elena.Budnik
1 parent fdd6443e

bug in obs accumulating

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
php/classes/FilterResParam.php
... ... @@ -44,6 +44,8 @@
44 44 if ($observatories->length > 1) {
45 45  
46 46 $n_targets = 0;
  47 + $obsTargets = array();
  48 + $obsIds = array();
47 49  
48 50 for ($i_obs = 0; $i_obs < $observatories->length; $i_obs++) {
49 51  
... ...