- Timestamp:
- Feb 18, 2008, 10:07:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/modules/pc/page/h_diary_edit_confirm.php
r5231 r5232 41 41 42 42 foreach ($upfiles as $key => $upfile) { 43 if ( empty($upfile) && $upfile['error'] !== UPLOAD_ERR_NO_FILE) {43 if (!empty($upfile) && $upfile['error'] !== UPLOAD_ERR_NO_FILE) { 44 44 if (!($image = t_check_image($upfile))) { 45 45 $_REQUEST['msg'] = '画像は'.IMAGE_MAX_FILESIZE.'KB以内のGIF・JPEG・PNGにしてください';
Note: See TracChangeset
for help on using the changeset viewer.