You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2011-02-01 10:52:39

bertrandc
Member
Registered: 2010-05-12
Posts: 60

bug plugin ticketmail

à la ligne 18 :

remplacer
            $body= str_replace("\\r","",str_replace("\\n","\n",$_POST['body']));
par

            $body= stripslashes(str_replace("\\r","",str_replace("\\n","\n",$_POST['body'])));

car sinon on a tous les \ devant les apostrophes

Offline

Board footer

Powered by FluxBB