Le 29/10/2010 11:30, Denis Linvinus a écrit :
After some research i found that problem in
$value = preg_replace("/ +/u", " ", $value);
in file common.function.php
after comment that line, problem was resolved.
Hi,
If the line is replace by :
|$value = preg_replace('/\s\s+/u', ' ', $value);|
You have the problem yet ?
Or with other regexp trying to strip spaces ?
regards
Julien
_______________________________________________
Glpi-dev mailing list
[email protected]
https://mail.gna.org/listinfo/glpi-dev