mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
some bugfixes... cvs does not work very well at the moment. hope the change within the mssql schema do the job, i will test this tonight (i have to be at work in a few minutes).
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@4157 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -37,11 +37,19 @@ else if ( isset($HTTP_GET_VARS['topic']) )
|
||||
{
|
||||
$topic_id = intval($HTTP_GET_VARS['topic']);
|
||||
}
|
||||
else
|
||||
{
|
||||
$topic_id = 0;
|
||||
}
|
||||
|
||||
if ( isset($HTTP_GET_VARS[POST_POST_URL]))
|
||||
{
|
||||
$post_id = intval($HTTP_GET_VARS[POST_POST_URL]);
|
||||
}
|
||||
else
|
||||
{
|
||||
$post_id = 0;
|
||||
}
|
||||
|
||||
$start = ( isset($HTTP_GET_VARS['start']) ) ? intval($HTTP_GET_VARS['start']) : 0;
|
||||
|
||||
|
Reference in New Issue
Block a user