|
@@ 1749-1756 (lines=8) @@
|
| 1746 |
|
} |
| 1747 |
|
} |
| 1748 |
|
$plac[$z] = '<td>' . $placestr2 . '</td>'; |
| 1749 |
|
if ($row['pl_lati'] == '0' && $row['pl_long'] == '0') { |
| 1750 |
|
$lati[$z] = '<td class="danger">0</td>'; |
| 1751 |
|
} elseif ($row['pl_lati'] != '') { |
| 1752 |
|
$lati[$z] = '<td>' . $row['pl_lati'] . '</td>'; |
| 1753 |
|
} else { |
| 1754 |
|
$lati[$z] = '<td class="danger"><i class="fa fa-warning"></i></td>'; |
| 1755 |
|
$matched[$x]++; |
| 1756 |
|
} |
| 1757 |
|
if ($row['pl_lati'] == '0' && $row['pl_long'] == '0') { |
| 1758 |
|
$long[$z] = '<td class="danger">0</td>'; |
| 1759 |
|
} elseif ($row['pl_long'] != '') { |
|
@@ 1757-1764 (lines=8) @@
|
| 1754 |
|
$lati[$z] = '<td class="danger"><i class="fa fa-warning"></i></td>'; |
| 1755 |
|
$matched[$x]++; |
| 1756 |
|
} |
| 1757 |
|
if ($row['pl_lati'] == '0' && $row['pl_long'] == '0') { |
| 1758 |
|
$long[$z] = '<td class="danger">0</td>'; |
| 1759 |
|
} elseif ($row['pl_long'] != '') { |
| 1760 |
|
$long[$z] = '<td>' . $row['pl_long'] . '</td>'; |
| 1761 |
|
} else { |
| 1762 |
|
$long[$z] = '<td class="danger"><i class="fa fa-warning"></i></td>'; |
| 1763 |
|
$matched[$x]++; |
| 1764 |
|
} |
| 1765 |
|
$level++; |
| 1766 |
|
$mapstr3 = $mapstr3 . "&parent[" . $z . "]=" . Filter::escapeJs($row['pl_placerequested']); |
| 1767 |
|
$mapstr4 = $mapstr4 . "&parent[" . $z . "]=" . Filter::escapeJs($levels[$z]); |