mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Ooops
git-svn-id: file:///svn/phpbb/trunk@2533 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5b0bba72b1
commit
36c0a04de9
2 changed files with 2 additions and 1 deletions
|
@ -297,7 +297,7 @@ function session_pagestart($user_ip, $thispage_id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $sql = "UPDATE " . CONFIG_TABLE . "
|
$sql = "UPDATE " . CONFIG_TABLE . "
|
||||||
SET config_value = '$current_time'
|
SET config_value = '$current_time'
|
||||||
WHERE config_name = 'session_last_gc'";
|
WHERE config_name = 'session_last_gc'";
|
||||||
if ( !$db->sql_query($sql) )
|
if ( !$db->sql_query($sql) )
|
||||||
|
|
|
@ -23,6 +23,7 @@ if ( $row = $db->sql_fetchrow($result) )
|
||||||
$sql = array();
|
$sql = array();
|
||||||
switch ( $row['config_value'] )
|
switch ( $row['config_value'] )
|
||||||
{
|
{
|
||||||
|
case '.0.0':
|
||||||
case '.1.0 [20020402]':
|
case '.1.0 [20020402]':
|
||||||
echo 'Updating from [20020402] :: ';
|
echo 'Updating from [20020402] :: ';
|
||||||
flush();
|
flush();
|
||||||
|
|
Loading…
Add table
Reference in a new issue