Closed (fixed)
Project:
Translation template extractor
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2009 at 17:43 UTC
Updated:
7 Sep 2009 at 07:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
gábor hojtsyRight. We only use split() for stuff which an explode() can do just as well. (As far as I've seen we only have split() called two times in the code).
Comment #2
dave reidPatch attached for review that replaces split() with explode().
Comment #3
gábor hojtsyCommitted to both 6.x and 7.x, thank you!