Home
last modified time | relevance | path

Searched refs:forum_last_post_time (Results 1 – 14 of 14) sorted by relevance

/dports/chinese/phpbb-tw/phpBB2/
H A Dindex.php359 $forum_last_post_time = 0; variable
366 $forum_last_post_time = max($check_post_time, $forum_last_post_time); variable
374 $forum_last_post_time = max($check_post_time, $forum_last_post_time); variable
381 if ( $tracking_forums[$forum_id] > $forum_last_post_time )
389 if ( $HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_f_all'] > $forum_last_post_time )
/dports/www/phpbb/phpBB2/
H A Dindex.php359 $forum_last_post_time = 0; variable
366 $forum_last_post_time = max($check_post_time, $forum_last_post_time); variable
374 $forum_last_post_time = max($check_post_time, $forum_last_post_time); variable
381 if ( $tracking_forums[$forum_id] > $forum_last_post_time )
389 if ( $HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_f_all'] > $forum_last_post_time )
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions_posting.php2362 $forum_last_post_time = (int) $db->sql_fetchfield('forum_last_post_time');
2365 update_forum_tracking_info($data_ary['forum_id'], $forum_last_post_time, $f_mark_time, false);
2664 $forum_last_post_time = (int) $db->sql_fetchfield('forum_last_post_time');
2667 update_forum_tracking_info($forum_id, $forum_last_post_time, $f_mark_time, false);
H A Dfunctions.php1220 * @param int $forum_last_post_time the forums last post time
1226 function update_forum_tracking_info($forum_id, $forum_last_post_time, $f_mark_time = false, $mark_t… argument
1260 if ($mark_time_forum >= $forum_last_post_time)
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_posting.php2598 $forum_last_post_time = (int) $db->sql_fetchfield('forum_last_post_time');
2601 …ing_info((($topic_type == POST_GLOBAL) ? 0 : $data['forum_id']), $forum_last_post_time, $f_mark_ti…
2726 $forum_last_post_time = (int) $db->sql_fetchfield('forum_last_post_time');
2729 update_forum_tracking_info($forum_id, $forum_last_post_time, $f_mark_time, false);
H A Dfunctions.php1938 * @param int $forum_last_post_time the forums last post time
1944 function update_forum_tracking_info($forum_id, $forum_last_post_time, $f_mark_time = false, $mark_t… argument
1977 if ($mark_time_forum >= $forum_last_post_time)
/dports/chinese/phpbb3-tw/phpBB3/install/schemas/
H A Dpostgres_schema.sql383 forum_last_post_time INT4 DEFAULT '0' NOT NULL CHECK (forum_last_post_time >= 0), field
H A Dschema_data.sql515 …last_poster_id, forum_last_poster_name, forum_last_poster_colour, forum_last_post_time, forum_link…
517 …t_poster_name, forum_last_poster_colour, forum_last_post_subject, forum_last_post_time, forum_link…
H A Dsqlite_schema.sql242 forum_last_post_time INTEGER UNSIGNED NOT NULL DEFAULT '0', field
H A Dmysql_40_schema.sql249 forum_last_post_time int(11) UNSIGNED DEFAULT '0' NOT NULL, field
H A Dmssql_schema.sql437 [forum_last_post_time] [int] DEFAULT (0) NOT NULL ,
H A Dfirebird_schema.sql363 forum_last_post_time INTEGER DEFAULT 0 NOT NULL, field
H A Dmysql_41_schema.sql249 forum_last_post_time int(11) UNSIGNED DEFAULT '0' NOT NULL, field
H A Doracle_schema.sql506 forum_last_post_time number(11) DEFAULT '0' NOT NULL, field