Closed (fixed)
Project:
Amazon Store
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2011 at 03:00 UTC
Updated:
21 Feb 2011 at 06:30 UTC
Is there a special reason why we are doing a preg_split on a long string if we can just as well walk through an array?
It really looks ugly and heavy-lifting, so in case there is no reason, here's a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| amazon_store_variable_del.patch | 1.85 KB | pancho |
Comments
Comment #1
rfayThere's no reason not to do it with an array, and the array is better.
Comment #2
panchoCommitted to D7: http://drupal.org/cvs?commit=495976
Committed to D6: http://drupal.org/cvs?commit=495982