function tearDown() { ocf_delete_forum($this->forum_id, $this->forum_id); parent::tearDown(); }
/** * Standard aed_module delete actualiser. * * @param ID_TEXT The entry being deleted */ function delete_actualisation($id) { ocf_delete_forum(intval($id), post_param_integer('target_forum'), post_param_integer('delete_topics', 0)); }