Changeset 9394 for temp/trunk


Ignore:
Timestamp:
2006/11/29 17:11:28 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/product.php

    r9209 r9394  
    104104    } 
    105105    break; 
     106// Ê£À½ 
     107case 'copy' : 
     108    // µ¬³ÊÅÐÏ¿¤¢¤ê¤Ê¤·È½Äê 
     109    $objPage->tpl_nonclass = lfCheckNonClass($_POST['product_id']); 
     110    // ÆþÎÏÃͤÎÊÑ´¹ 
     111    $objPage->arrForm = lfConvertParam($objPage->arrForm); 
     112    // ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
     113    $objPage->arrErr = lfErrorCheck($objPage->arrForm); 
     114    // ¥Õ¥¡¥¤¥ë¸ºß¥Á¥§¥Ã¥¯ 
     115    $objPage->arrErr = array_merge((array)$objPage->arrErr, (array)$objUpFile->checkEXISTS()); 
     116    // ¥¨¥é¡¼¤Ê¤·¤Î¾ì¹ç 
     117    if(count($objPage->arrErr) == 0) { 
     118        lfProductConfirmPage(); // ³Îǧ¥Ú¡¼¥¸ 
     119    } else { 
     120        lfProductPage();        // ¾¦ÉÊÅÐÏ¿¥Ú¡¼¥¸ 
     121    } 
     122    break; 
    106123// ³Îǧ¥Ú¡¼¥¸¤«¤é´°Î»¥Ú¡¼¥¸¤Ø 
    107124case 'complete': 
Note: See TracChangeset for help on using the changeset viewer.