| @@ 826-832 (lines=7) @@ | ||
| 823 | $lon[$i] = strtr($latlongval[$i]->pl_long, array('N' => '', 'S' => '-', ',' => '.')); |
|
| 824 | if ($lat[$i] && $lon[$i]) { |
|
| 825 | $count++; |
|
| 826 | } else { |
|
| 827 | // The place is in the table but has empty values |
|
| 828 | if ($name) { |
|
| 829 | $missing[] = '<a href="' . $person->getHtmlUrl() . '">' . $name . '</a>'; |
|
| 830 | $miscount++; |
|
| 831 | } |
|
| 832 | } |
|
| 833 | } else { |
|
| 834 | // There was no place, or not listed in the map table |
|
| 835 | if ($name) { |
|
| @@ 833-839 (lines=7) @@ | ||
| 830 | $miscount++; |
|
| 831 | } |
|
| 832 | } |
|
| 833 | } else { |
|
| 834 | // There was no place, or not listed in the map table |
|
| 835 | if ($name) { |
|
| 836 | $missing[] = '<a href="' . $person->getHtmlUrl() . '">' . $name . '</a>'; |
|
| 837 | $miscount++; |
|
| 838 | } |
|
| 839 | } |
|
| 840 | } |
|
| 841 | } |
|
| 842 | //<!-- end of count records by type --> |
|