2011/4/1 MoYo <m...@indepnet.net>

>  Hi,
>
> Thanks for the patch.
> this problem is already fix in the SVN and will be include in the 0.78.4
> version.
> Ticket here : https://forge.indepnet.net/issues/2701
>

ok, no problem.


>
> Regards
>
> Julien
>
>
>
>
>
> Le 01/04/2011 11:31, Denis Linvinus a écrit :
>
> Not a joke.
>
> After update to 0.78.3 (maybe 0.78.2,  upgrade was from 0.72.1  ) some
> users don't receive email notification,
> problem in getItemAuthorAddress from notificationtargetticket.class.php
> witch Overload original getItemAuthorAddress
>
> u...@domain.com and u...@domain.com is the same email!
>
> root@wiki:~/src/glpi/new_01.04.2011# diff -Naur
> ./notificationtargetticket.class.php.old
> ./notificationtargetticket.class.php
> --- ./notificationtargetticket.class.php.old    2011-03-08
> 11:42:00.000000000 +0300
> +++ ./notificationtargetticket.class.php    2011-04-01 13:19:59.000000000
> +0400
> @@ -85,7 +85,7 @@
>           $user = new User;
>           if ($this->obj->isField('users_id')
>              && $user->getFromDB($this->obj->getField('users_id'))) {
> -            if ($user->getField('email')==$author_email){
> +        if
> (strtolower($user->getField('email'))==strtolower($author_email)){
>                 $user_lang=$user->getField('language');
>                 if (!empty($user_lang)) {
>                    $author_lang=$user_lang;
>
>
> _______________________________________________
> Glpi-dev mailing listGlpi-dev@gna.orghttps://mail.gna.org/listinfo/glpi-dev
>
>
>
> _______________________________________________
> Glpi-dev mailing list
> Glpi-dev@gna.org
> https://mail.gna.org/listinfo/glpi-dev
>
>
_______________________________________________
Glpi-dev mailing list
Glpi-dev@gna.org
https://mail.gna.org/listinfo/glpi-dev

Reply via email to