|
@@ 1600-1607 (lines=8) @@
|
| 1597 |
|
} |
| 1598 |
|
} |
| 1599 |
|
$plac[$z] = '<td>' . $placestr2 . '</td>'; |
| 1600 |
|
if ($row['pl_lati'] == '0' && $row['pl_long'] == '0') { |
| 1601 |
|
$lati[$z] = '<td class="danger">0</td>'; |
| 1602 |
|
} elseif ($row['pl_lati'] != '') { |
| 1603 |
|
$lati[$z] = '<td>' . $row['pl_lati'] . '</td>'; |
| 1604 |
|
} else { |
| 1605 |
|
$lati[$z] = '<td class="danger"><i class="fa fa-warning"></i></td>'; |
| 1606 |
|
$matched[$x]++; |
| 1607 |
|
} |
| 1608 |
|
if ($row['pl_lati'] == '0' && $row['pl_long'] == '0') { |
| 1609 |
|
$long[$z] = '<td class="danger">0</td>'; |
| 1610 |
|
} elseif ($row['pl_long'] != '') { |
|
@@ 1608-1615 (lines=8) @@
|
| 1605 |
|
$lati[$z] = '<td class="danger"><i class="fa fa-warning"></i></td>'; |
| 1606 |
|
$matched[$x]++; |
| 1607 |
|
} |
| 1608 |
|
if ($row['pl_lati'] == '0' && $row['pl_long'] == '0') { |
| 1609 |
|
$long[$z] = '<td class="danger">0</td>'; |
| 1610 |
|
} elseif ($row['pl_long'] != '') { |
| 1611 |
|
$long[$z] = '<td>' . $row['pl_long'] . '</td>'; |
| 1612 |
|
} else { |
| 1613 |
|
$long[$z] = '<td class="danger"><i class="fa fa-warning"></i></td>'; |
| 1614 |
|
$matched[$x]++; |
| 1615 |
|
} |
| 1616 |
|
$level++; |
| 1617 |
|
$mapstr3 = $mapstr3 . "&parent[" . $z . "]=" . Filter::escapeJs($row['pl_placerequested']); |
| 1618 |
|
$mapstr4 = $mapstr4 . "&parent[" . $z . "]=" . Filter::escapeJs($levels[$z]); |