Changeset 9107
- Timestamp:
- Nov 12, 2008, 12:02:01 AM (14 years ago)
- Location:
- OpenPNE/branches/stable-2.12.x/webapp/modules/ktai
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/modules/ktai/do/c_edit_update_c_commu.php
r9102 r9107 27 27 if ( db_commu_is_changed_c_commu_name($target_c_commu_id, $name) 28 28 && db_commu_is_commu4c_commu_name($name)) { 29 $p = array(' msg' => 49);29 $p = array('target_c_commu_id' => $target_c_commu_id, 'msg' => 49); 30 30 openpne_redirect('ktai', 'page_c_edit', $p); 31 31 } -
OpenPNE/branches/stable-2.12.x/webapp/modules/ktai/templates/c_edit.tpl
r6410 r9107 7 7 <font color="#({$ktai_color_config.color_24})">({$WORD_COMMUNITY_HALF})の編集</font><br> 8 8 </td></tr></table> 9 10 ({if $msg}) 11 <font color="#({$ktai_color_config.font_09})">({$msg})</font><br> 12 <br> 13 ({/if}) 9 14 10 15 ({t_form m=ktai a=do_c_edit_update_c_commu})
Note: See TracChangeset
for help on using the changeset viewer.