Pre Merge pull request !513 from sixXing/1.x

pull/513/MERGE
sixXing 2025-09-25 04:00:19 +00:00 committed by Gitee
commit 287571c54b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -1571,6 +1571,7 @@ EOD;
$valArr = explode('=', $v);
if (count($valArr) == 2) {
list($key, $value) = $valArr;
$key = trim($key);
$itemArr[$key] = $field . ' ' . $key;
}
}