- Timestamp:
- Feb 18, 2008, 9:48:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/modules/pc/do/c_edit_update_c_commu.php
r2658 r5231 39 39 if (!$info) $err_msg[] = "コミュニティの説明を入力してください"; 40 40 41 if ( $upfile_obj['error'] !== UPLOAD_ERR_NO_FILE) {41 if (empty($upfile_obj) && $upfile_obj['error'] !== UPLOAD_ERR_NO_FILE) { 42 42 if (!($image = t_check_image($upfile_obj))) { 43 43 $err_msg[] = '画像は'.IMAGE_MAX_FILESIZE.'KB以内のGIF・JPEG・PNGにしてください';
Note: See TracChangeset
for help on using the changeset viewer.