Changeset 14586 for branches/dev
- Timestamp:
- 2007/06/11 19:33:53 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/products/product.php
r14432 r14586 556 556 // °ìÍ÷¥á¥¤¥ó²èÁü 557 557 lfMakeScaleImage($_POST['image_key'], "main_list_image"); 558 $arrKey[] = "main_list_image";559 558 break; 560 559 case "sub_large_image" . $subno: 561 560 // ¥µ¥Ö¥á¥¤¥ó²èÁü 562 561 lfMakeScaleImage($_POST['image_key'], "sub_image" . $subno); 563 $arrKey[] = "sub_image" . $subno;564 562 break; 565 563 default: 566 564 break; 567 565 } 568 return $arrKey;569 566 } 570 567
Note: See TracChangeset
for help on using the changeset viewer.