? sign in user_ava

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Noke101
Posts: 41
Joined: Mon Aug 09, 2021 11:21 am

? sign in user_ava

Post by Noke101 »

Script URL: localhost
Version of script: 3.2.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
/inc/show_admin_nav.inc.php:469 - need to use mb_substr instead of substr.
If i use the russian localization is used and the user has a Russian name, then instead of the first letter of his name i have "?"
$letter = mb_substr($_SESSION['name'], 0, 1);
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: ? sign in user_ava

Post by Klemen »

Thanks for reporting it, will be fixed in the next release.

Too bad you didn't post this a day ago as we just released 3.2.3 earlier today. Oh well :lol:
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply