lat9 / edit_orders

Edit Orders: Updates for continued operation on Zen Cart v1.5.8 and later
GNU General Public License v2.0
5 stars 9 forks source link

Use foreach() instead of for(), where possible #183

Closed lat9 closed 3 years ago

lat9 commented 3 years ago

Enables proper operation when elements are removed from numerically-indexed arrays but the arrays aren't re-indexed. See this support-thread posting for additional information.