Skip to content

Commit 2b839a2

Browse files
Update ParentData.php
1 parent fae8056 commit 2b839a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Utils/ParentData.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ public static function getPerson($conn, $individuals, $obje_ids = [], $sour_ids
121121
$config = json_encode(config('database.connections.'.$conn));
122122
$value = [
123123
'gid' => $g_id,
124-
'name' => utf8_encode($name),
125-
'givn' => utf8_encode($givn),
126-
'surn' => utf8_encode($surn),
124+
'name' => $name,
125+
'givn' => $givn,
126+
'surn' => $surn,
127127
'sex' => $sex,
128128
'uid' => $uid,
129129
'rin' => $rin,

0 commit comments

Comments
 (0)