Skip to content

Commit 9680693

Browse files
Remove $head
1 parent 8c11e17 commit 9680693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Utils/GedcomParser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ public function parse($conn, string $filename, string $slug, bool $progressBar =
4040
/**
4141
* work.
4242
*/
43+
/**
4344
if ($gedcom->getHead())
4445
{
4546
$head = $gedcom->getHead();
4647
}
48+
**/
4749
if ($gedcom->getSubn())
4850
{
4951
$subn = $gedcom->getSubn();

0 commit comments

Comments
 (0)