Changeset 4991
- Timestamp:
- Jan 22, 2008, 2:17:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.8.x/webapp/modules/admin/page/delete_topic_comment.php
r3692 r4991 27 27 $member = db_member_c_member4c_member_id($topic_comment['c_member_id']); 28 28 $topic_comment['nickname'] = $member['nickname']; 29 $topic_comment['count_comments'] = _db_count_c_commu_topic_comments4c_commu_topic_id($ value['c_commu_topic_id']);29 $topic_comment['count_comments'] = _db_count_c_commu_topic_comments4c_commu_topic_id($topic_comment['c_commu_topic_id']); 30 30 $this->set('topic_comment', $topic_comment); 31 31
Note: See TracChangeset
for help on using the changeset viewer.