Changeset 9141 for temp/trunk/html


Ignore:
Timestamp:
2006/11/27 13:26:48 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r9140 r9141  
    504504 
    505505    switch ($_POST['image_key']){ 
    506         case "main_large_image": 
     506        case "main_image": 
    507507            // °ìÍ÷¥á¥¤¥ó²èÁü 
    508508            lfMakeScaleImage($_POST['image_key'], "main_list_image"); 
    509509             
     510        case "main_large_image": 
    510511            // ¾ÜºÙ¥á¥¤¥ó²èÁü 
    511512            lfMakeScaleImage($_POST['image_key'], "main_image"); 
    512513            break; 
    513          
    514514        default: 
    515515            break; 
Note: See TracChangeset for help on using the changeset viewer.