From bdf93990d6c50edc90da712ef9307ea8a583d75e Mon Sep 17 00:00:00 2001 From: the_systech Date: Mon, 8 Apr 2002 15:46:59 +0000 Subject: [PATCH] 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 --- phpBB/includes/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php index 9001822ccc..b9dca6b007 100644 --- a/phpBB/includes/bbcode.php +++ b/phpBB/includes/bbcode.php @@ -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 // of table structure.. // - $curr_pos = curr_pos + strlen($possible_start); + $curr_pos = $curr_pos + strlen($possible_start); } else {