Changeset 12002


Ignore:
Timestamp:
2007/03/28 20:57:41 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/products/product.php

    r197 r12002  
    180180$objPage->arrInfo = $objSiteInfo->data; 
    181181 
     182// ¥µ¥Ö¾ðÊ󤬤¢¤ë¤«¤É¤¦¤«¥Á¥§¥Ã¥¯¤¹¤ë 
     183$sub_find = false; 
     184for ($cnt = 1; $cnt <= PRODUCTSUB_MAX; $cnt++) { 
     185    if( $objPage->arrForm['sub_title'.$cnt] != "" ||  
     186        $objPage->arrForm['sub_comment'.$cnt] != "" ||  
     187        $objPage->arrForm['sub_image'.$cnt] != "" ||  
     188        $objPage->arrForm['sub_large_image'.$cnt] != "" ) { 
     189        $sub_find = true; 
     190        break; 
     191    } 
     192} 
     193 
    182194$objView->assignobj($objPage); 
    183195$objView->display(MAIN_FRAME); 
     
    321333    $sqlval['main_list_comment'] = $arrList['main_list_comment']; 
    322334    $sqlval['main_comment'] = $arrList['main_comment']; 
    323     $sqlval['point_rate'] = $arrList['point_rate']; 
    324      
     335    $sqlval['point_rate'] = $arrList['point_rate'];  
    325336    $sqlval['deliv_fee'] = $arrList['deliv_fee']; 
    326337    $sqlval['comment1'] = $arrList['comment1']; 
Note: See TracChangeset for help on using the changeset viewer.