- Timestamp:
- Nov 11, 2008, 9:18:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/modules/ktai/do/c_edit_update_c_commu.php
r8586 r9092 24 24 $public_flag = $requests['public_flag']; 25 25 $topic_authority = $requests['topic_authority']; 26 27 if ( db_commu_is_changed_c_commu_name($target_c_commu_id, $name) 28 && db_commu_is_commu4c_commu_name($name)) { 29 $p = array('msg' => 49); 30 openpne_redirect('ktai', 'page_h_com_add', $p); 31 } 26 32 // ---------- 27 33
Note: See TracChangeset
for help on using the changeset viewer.