Changeset 11040 for temp/branches
- Timestamp:
- 2006/12/21 10:53:04 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl
r11039 r11040 11 11 str = change_tag.item(i).id; 12 12 if (str.match('cart_tag_*')) { 13 if (i > 0) ids += '-';13 if (!str.match('-')) ids += '-'; 14 14 ids += change_tag.item(i).id; 15 15 }
Note: See TracChangeset
for help on using the changeset viewer.
