Little bug

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
topoldo
Posts: 51
Joined: Wed Sep 21, 2016 10:44 am

Little bug

Post by topoldo »

Hi Klemen!
While I was translating MfH 3.3.1 into Italian I noticed that in the original (= English) Hesk 2.7.6 text.php (and maybe also in previous versions) there is the duplication of a variable.
In fact you can find, at different levels, these two expressions:
- $hesklang['crt']='Report type';
- $hesklang['crt']='Choose report type:';
I don't know if they refer to the same thing (simply with a little bit different association of text) or if they should be 2 different variables which unfortunately have the same name.

Cheers,
Topoldo
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Little bug

Post by Klemen »

It's a duplicate, yes, good catch!

The second one is valid, the first one will be deleted in the next release.
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