18 require_once SQ_PACKAGES_PATH.
'/ipb/ipb_forum/ipb_forum.inc';
47 if ($this->_prefix ==
't') {
48 $this->vars[
'description'][
'type'] =
'text';
49 $this->vars[
'description'][
'value'] =
'IPB Topic';
51 $this->vars[
'posts'][
'type'] =
'int';
52 $this->vars[
'posts'][
'value'] = $data[
'posts'] + 1;
54 $this->vars[
'starter_name'][
'type'] =
'text';
55 $this->vars[
'starter_name'][
'value'] = $data[
'starter_name'];
57 $this->vars[
'start_date'][
'type'] =
'text';
58 $value = date(
'g:i:s D j M Y', intval($data[
'start_date']));
59 $this->vars[
'start_date'][
'value'] = $value;
61 $this->vars[
'last_poster_name'][
'type'] =
'text';
62 $this->vars[
'last_poster_name'][
'value'] = $data[
'last_poster_name'];
64 $this->vars[
'last_post'][
'type'] =
'text';
65 $value = date(
'g:i:s D j M Y', intval($data[
'last_post']));
66 $this->vars[
'last_post'][
'value'] = $value;