Changeset 9099
- Timestamp:
- Nov 11, 2008, 10:42:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/modules/pc/do/h_com_add_insert_c_commu.php
r4933 r9099 21 21 $public_flag = $requests['public_flag']; 22 22 $tmpfile = $requests['tmpfile']; 23 24 $err_msg = array(); 25 if (db_commu_is_commu4c_commu_name($name)) { 26 $err_msg[] = 'その' . WORD_COMMUNITY . 'はすでに存在します'; 27 } 28 if ($err_msg) { 29 $_REQUEST['err_msg'] = $err_msg; 30 openpne_forward('pc', 'page', "h_com_add"); 31 exit; 32 } 23 33 // ---------- 24 34
Note: See TracChangeset
for help on using the changeset viewer.