Changeset 10838 for OpenPNE/branches/work/toraneko/prj_newfeature/defect_3645/webapp/modules/ktai/do/c_edit_update_c_commu.php
- Timestamp:
- Feb 24, 2009, 3:34:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/toraneko/prj_newfeature/defect_3645/webapp/modules/ktai/do/c_edit_update_c_commu.php
r10811 r10838 31 31 } 32 32 33 if (!db_commu_c_commu_category_is_create_commu($c_commu_category_id)) { 33 $c_commu = db_commu_c_commu4c_commu_id($target_c_commu_id); 34 if (($c_commu_category_id != $c_commu['c_commu_category_id']) && (!db_commu_c_commu_category_is_create_commu($c_commu_category_id))) { 34 35 $p = array('target_c_commu_id' => $target_c_commu_id, 'msg' => 50); 35 36 openpne_redirect('ktai', 'page_c_edit', $p);
Note: See TracChangeset
for help on using the changeset viewer.