Changeset 9147 for temp/trunk/html


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

blank

File:
1 edited

Legend:

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

    r9146 r9147  
    492492function lfSetScaleImage(){ 
    493493     
    494     $subno = strrchr($_POST['image_key'], "sub_large_image"); 
     494    $subno = str_replace("sub_large_image", "", $_POST['image_key']); 
    495495    sfprintr($subno); 
    496496    switch ($_POST['image_key']){ 
Note: See TracChangeset for help on using the changeset viewer.