- Timestamp:
- 2006/11/30 13:46:56 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product.php
r9773 r9774 81 81 $arrForm["copy_product_id"] = $arrForm["product_id"]; 82 82 $arrForm["product_id"] = ""; 83 84 83 // ²èÁü¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼ 85 84 $arrKey = $objUpFile->keyname; 86 85 $arrKeyID = array_flip($arrKey); 86 $arrSaveFile = $objUpFile->save_files; 87 87 88 foreach($ objUpFile->save_filesas $key => $val){88 foreach($arrSaveFile as $key => $val){ 89 89 lfMakeScaleImage($arrKeyID[$val], $arrKeyID[$val], true); 90 90 }
Note: See TracChangeset
for help on using the changeset viewer.
