Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2835 | major | always | 08-11-08 12:50 | 08-14-08 10:38 | |
|
|||||
Reporter: | stephaneeybert | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.6 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|||||
Summary: | 0002835: $value = ereg_replace("(\r\n|\n|\r)$", '', $value); does not remove line breaks on Resin | ||||
Description: |
The following function call does not remove line breaks. // Remove the trailing line break $value = ereg_replace("(\r\n|\n|\r)$", '', $value); It works fine on PHP but not in Resin. I use it to remove line breaks in language string resources. |
||||
Steps To Reproduce: | |||||
Additional Information: | I attached a language resource file. | ||||
Relationships | |||||
Attached Files: | .compose.fr.php [^] (1,275 bytes) 08-11-08 12:50 |
Notes | |||||
|
|||||
|
|