Commit 259db81e authored by Adam Wujek's avatar Adam Wujek 💬

www: fix lack of last cell when adding new SFP in sfpcalibration.php

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 4d469ca5
......@@ -81,7 +81,7 @@
foreach ($matrix as $elements) {
echo "<tr>";
$element = explode(",",$elements);
for ($j = 0; $j < 6; $j++) {
for ($j = 0; $j < 7; $j++) {
$columns = explode("=",$element[$j]);
if($columns[0]=="key"){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment