Commit 2908eda1f2f4f9e554a9bfacf3176a350b0f6598

Authored by Elena.Budnik
1 parent d4071e27

bug in stop time

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/CALLEXT/getData.php
... ... @@ -50,6 +50,6 @@
50 50 // Add nc to Vi
51 51 $baseMgr = new DDBaseMgr();
52 52 $baseMgr->setViDir($ViDir);
53   - $baseMgr->addRemoteData($id, $ncFiles, $startIso, $StopIso);
  53 + $baseMgr->addRemoteData($id, $ncFiles, $startIso, $stopIso);
54 54  
55 55 ?>
... ...