commit | 3cd76422626314b6fe9a4bd4adc017fcee8e1951 | [log] [tgz] |
---|---|---|
author | Marco Brohet <therbom@gmail.com> | Sat Mar 08 21:12:09 2014 +0100 |
committer | Marco Brohet <therbom@gmail.com> | Sat Mar 08 21:12:09 2014 +0100 |
tree | c852f9b0fdc496b372770eeca4647602858169e6 | |
parent | df37d1220ab2bb09e3ac39edb49996843f4d6ebb [diff] |
Prevent duplicated CAF entries with product attributes The script now correctly adds all occurences of each name. However, when product attribute is used, it'll be checked twice. Prevent the second check by storing all found names in arrays and only append to caf_additions when it's not in there.