- Timestamp:
- Dec 15, 2006, 9:22:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/ktai/do/c_edit_update_c_commu.php
r2 r1216 23 23 $info = $requests['info']; 24 24 $public_flag = $requests['public_flag']; 25 $topic_authority = $requests['topic_authority']; 25 26 // ---------- 26 27 … … 34 35 //--- 35 36 36 db_commu_update_c_commu($target_c_commu_id, $name, $ c_commu_category_id, $info, $public_flag);37 db_commu_update_c_commu($target_c_commu_id, $name, $topic_authority, $c_commu_category_id, $info, $public_flag); 37 38 38 39 $p = array('target_c_commu_id' => $target_c_commu_id);
Note: See TracChangeset
for help on using the changeset viewer.