Skip to content

Commit

Permalink
Updated: More readable pkey separator
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard authored Jul 31, 2023
2 parents d8a7714 + d3ec214 commit 3c150e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@ private function _pkey_separator()
{
$str = implode(',', $this->_pkey);

return hash('crc32', $str);
return '_' . hash('crc32', $str) . '_';
}

private function _read_table()
Expand Down

0 comments on commit 3c150e9

Please sign in to comment.