diff options
| author | James Atkinson <thefinn@users.sourceforge.net> | 2001-06-13 08:32:32 +0000 |
|---|---|---|
| committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-06-13 08:32:32 +0000 |
| commit | b4d3854cd2892f51ac34e69a73c36588d625f818 (patch) | |
| tree | 8c6ccc6c4428d4353feb749b460202f2b1daa04a /phpBB/includes/page_header.php | |
| parent | d707a5f099c99bd1030b7a01c91c67d9ef1ecbe4 (diff) | |
| download | forums-b4d3854cd2892f51ac34e69a73c36588d625f818.tar forums-b4d3854cd2892f51ac34e69a73c36588d625f818.tar.gz forums-b4d3854cd2892f51ac34e69a73c36588d625f818.tar.bz2 forums-b4d3854cd2892f51ac34e69a73c36588d625f818.tar.xz forums-b4d3854cd2892f51ac34e69a73c36588d625f818.zip | |
Added a count of total number of topics to the get_db_stats function
git-svn-id: file:///svn/phpbb/trunk@485 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/page_header.php')
| -rw-r--r-- | phpBB/includes/page_header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php index 853e8abc65..b54f386b62 100644 --- a/phpBB/includes/page_header.php +++ b/phpBB/includes/page_header.php @@ -215,7 +215,7 @@ $template->assign_vars(array( "S_LOGIN_ACTION" => append_sid("login.$phpEx"), "S_JUMPBOX_ACTION" => append_sid("viewforum.$phpEx"), "S_LAST_VISIT_DATE" => $s_last_visit, - "s_CURRENT_TIME" => create_date($board_config['default_dateformat'], $current_time, $board_config['default_timezone']), + "S_CURRENT_TIME" => create_date($board_config['default_dateformat'], time(), $board_config['default_timezone']), "T_HEAD_STYLESHEET" => $theme['head_stylesheet'], "T_BODY_BACKGROUND" => $theme['body_background'], |
