Changeset 11020 for temp/branches
- Timestamp:
- 2006/12/21 10:07:56 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php
r11019 r11020 115 115 // ¥¿¥°É½¼¨ 116 116 case 'view': 117 // µ¬³Ê¤Î¾ðÊó¤ò¼èÆÀ 118 $arrProductClass = lfGetProductsClass($_POST['product_id']); 117 119 118 // ¥¿¥°¤òÀ¸À® 120 $create_tag = lfGetCreateTag($_POST['product_id'], $arrProductClass); 121 119 $create_tag = lfGetCreateTag($_POST['product_id']); 122 120 $objPage->tpl_create_tag = $create_tag; 123 121 break; … … 156 154 157 155 /* ¥¿¥°¤òÀ¸À® */ 158 function lfGetCreateTag($product_id , $arrProductClass) {156 function lfGetCreateTag($product_id) { 159 157 160 158 global $objQuery;
Note: See TracChangeset
for help on using the changeset viewer.
