Files
phpvms/app
B.Fatih KOZ c518175244 Update User Model (#1396)
Current GDPR compliant Private Name attribute is not compatible with multi byte strings, and when encountered it fails and returns an empty string for the name_private attribute.

`substr($last_name, 0, 1)` or just `$last_name[0]` is not multi byte compatible, therefore only solution is to use `mb_substr`.

It also supports encoding definitions like `mb_substr($last_name, 0, 1, 'UTF-8')`

Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2022-02-07 16:10:58 -05:00
..
2021-07-22 12:47:55 -04:00
2022-01-29 14:49:38 -05:00
2021-09-30 11:10:05 -04:00
2022-02-04 14:21:59 -05:00
2022-02-04 14:21:59 -05:00
2022-01-10 15:49:50 -05:00
2022-02-07 16:10:58 -05:00
2022-02-04 14:21:59 -05:00
2022-01-27 13:30:49 -05:00