|
From: Paul S. O. <ps...@us...> - 2002-01-24 03:26:11
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv18885/includes
Modified Files:
post.php
Log Message:
Fix lack of starttime in emoticons page causing huge page gen time
Index: post.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/post.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** post.php 2001/12/29 15:18:28 1.12
--- post.php 2002/01/24 03:26:08 1.13
***************
*** 105,109 ****
{
global $db, $board_config, $template, $lang, $images, $theme, $phpEx;
! global $user_ip, $session_length;
global $userdata;
--- 105,109 ----
{
global $db, $board_config, $template, $lang, $images, $theme, $phpEx;
! global $user_ip, $session_length, $starttime;
global $userdata;
|