Changeset 9139 for temp/trunk/html/admin
- Timestamp:
- 2006/11/27 13:25:26 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product.php
r9138 r9139 497 497 function lfSetScaleImage(){ 498 498 global $objUpFile; 499 $arrImageKey = array_flip($objUpFile->keyname);500 499 501 500 $src_w = 0; … … 521 520 function lfMakeScaleImage($from_key, $to_key){ 522 521 global $objUpFile; 523 global $arrImageKey; 522 $arrImageKey = array_flip($objUpFile->keyname); 523 524 524 525 525 // ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ
Note: See TracChangeset
for help on using the changeset viewer.
