- Timestamp:
- Dec 16, 2007, 6:49:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/modules/ktai/page/c_event_invite.php
r4183 r4709 15 15 // ---------- 16 16 17 $target_c_commu_topic = db_commu_c_topic4c_commu_topic_id_2($target_c_commu_topic_id); 18 if (!db_commu_is_c_event_member($target_c_commu_topic_id, $u)) { 17 $c_commu = k_p_c_bbs_c_commu4c_commu_topic_id($target_c_commu_topic_id); 18 $c_commu_id = $c_commu['c_commu_id']; 19 if (!db_commu_is_c_commu_view4c_commu_idAc_member_id($c_commu_id, $u)) { 19 20 handle_kengen_error(); 20 21 } 21 22 23 $target_c_commu_topic = db_commu_c_topic4c_commu_topic_id_2($target_c_commu_topic_id); 22 24 if (!$target_c_commu_topic['event_flag']) { 23 25 handle_kengen_error(); … … 27 29 28 30 // コミュニティ 29 $c_commu = k_p_c_bbs_c_commu4c_commu_topic_id($target_c_commu_topic_id);30 $c_commu_id = $c_commu['c_commu_id'];31 31 $this->set("c_commu", $c_commu); 32 32
Note: See TracChangeset
for help on using the changeset viewer.