Changeset 6517
- Timestamp:
- Apr 11, 2008, 1:21:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/asano/pne_album/webapp/modules/pc/do/h_album_image_add_insert_c_album_image.php
r6511 r6517 37 37 $img_tmp_dir_path = OPENPNE_VAR_DIR . '/tmp/'; 38 38 if($tmpfile_1){ 39 $filename_1 = image_insert_c_image_album4tmp("a_{$ c_album_id}_1", $tmpfile_1);39 $filename_1 = image_insert_c_image_album4tmp("a_{$target_c_album_id}_1", $tmpfile_1); 40 40 $filesize_1 = filesize($img_tmp_dir_path . basename($tmpfile_1)); 41 41 } 42 42 if($tmpfile_2){ 43 $filename_2 = image_insert_c_image_album4tmp("a_{$ c_album_id}_2", $tmpfile_2);43 $filename_2 = image_insert_c_image_album4tmp("a_{$target_c_album_id}_2", $tmpfile_2); 44 44 $filesize_2 = filesize($img_tmp_dir_path . basename($tmpfile_2)); 45 45 } 46 46 if($tmpfile_3){ 47 $filename_3 = image_insert_c_image_album4tmp("a_{$ c_album_id}_3", $tmpfile_3);47 $filename_3 = image_insert_c_image_album4tmp("a_{$target_c_album_id}_3", $tmpfile_3); 48 48 $filesize_3 = filesize($img_tmp_dir_path . basename($tmpfile_3)); 49 49 } 50 50 if($tmpfile_4){ 51 $filename_4 = image_insert_c_image_album4tmp("a_{$ c_album_id}_4", $tmpfile_4);51 $filename_4 = image_insert_c_image_album4tmp("a_{$target_c_album_id}_4", $tmpfile_4); 52 52 $filesize_4 = filesize($img_tmp_dir_path . basename($tmpfile_4)); 53 53 } 54 54 if($tmpfile_5){ 55 $filename_5 = image_insert_c_image_album4tmp("a_{$ c_album_id}_5", $tmpfile_5);55 $filename_5 = image_insert_c_image_album4tmp("a_{$target_c_album_id}_5", $tmpfile_5); 56 56 $filesize_5 = filesize($img_tmp_dir_path . basename($tmpfile_5)); 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.