Ejemplo n.º 1
0
 /**
  *
  */
 public function posting_modify_submit_post_after($event)
 {
     $this->functions_mchat->mchat_insert_posting($event['mode'], array('forum_id' => $event['forum_id'], 'forum_name' => $event['post_data']['forum_name'], 'post_id' => $event['data']['post_id'], 'post_subject' => $event['post_data']['post_subject']));
 }