@@ -337,9 +337,11 @@ |
||
337 | 337 | $fallback = $event; |
338 | 338 | } |
339 | 339 | } |
340 | - if ($selected) { // prefer an event with date and place... |
|
340 | + if ($selected) { |
|
341 | +// prefer an event with date and place... |
|
341 | 342 | $facts[$sosa] = $selected; |
342 | - } elseif ($fallback) { // ...but accept with just place otherwise |
|
343 | + } elseif ($fallback) { |
|
344 | +// ...but accept with just place otherwise |
|
343 | 345 | $facts[$sosa] = $fallback; |
344 | 346 | } |
345 | 347 | } |