Changeset 9139 for temp/trunk/html/admin


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

blank

File:
1 edited

Legend:

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

    r9138 r9139  
    497497function lfSetScaleImage(){ 
    498498    global $objUpFile; 
    499     $arrImageKey = array_flip($objUpFile->keyname); 
    500499     
    501500    $src_w = 0; 
     
    521520function lfMakeScaleImage($from_key, $to_key){ 
    522521    global $objUpFile; 
    523     global $arrImageKey; 
     522    $arrImageKey = array_flip($objUpFile->keyname); 
     523 
    524524 
    525525    // ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ 
Note: See TracChangeset for help on using the changeset viewer.