mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Ok I'm an idiot.. variables work better with "$"'s in front of them..
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2521 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c5837dafef
commit
bdf93990d6
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ function bbencode_first_pass_pda($text, $uid, $open_tag, $close_tag, $close_tag_
|
||||||
// Keeps error in nested tag from breaking out
|
// Keeps error in nested tag from breaking out
|
||||||
// of table structure..
|
// of table structure..
|
||||||
//
|
//
|
||||||
$curr_pos = curr_pos + strlen($possible_start);
|
$curr_pos = $curr_pos + strlen($possible_start);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue