Changeset 11020 for temp/branches


Ignore:
Timestamp:
2006/12/21 10:07:56 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php

    r11019 r11020  
    115115// ¥¿¥°É½¼¨ 
    116116case 'view': 
    117     // µ¬³Ê¤Î¾ðÊó¤ò¼èÆÀ 
    118     $arrProductClass = lfGetProductsClass($_POST['product_id']); 
     117 
    119118    // ¥¿¥°¤òÀ¸À® 
    120     $create_tag = lfGetCreateTag($_POST['product_id'], $arrProductClass); 
    121  
     119    $create_tag = lfGetCreateTag($_POST['product_id']); 
    122120    $objPage->tpl_create_tag = $create_tag; 
    123121    break; 
     
    156154 
    157155/* ¥¿¥°¤òÀ¸À® */ 
    158 function lfGetCreateTag($product_id, $arrProductClass) { 
     156function lfGetCreateTag($product_id) { 
    159157     
    160158    global $objQuery; 
Note: See TracChangeset for help on using the changeset viewer.