|
From: Jonathan H. <the...@us...> - 2002-04-08 16:44:48
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv26236
Modified Files:
Tag: phpBB-2_0_0
bbcode.php
Log Message:
Ok I'm an idiot.. variables work better with "$"'s in front of them..
Index: bbcode.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/bbcode.php,v
retrieving revision 1.36.2.2
retrieving revision 1.36.2.3
diff -C2 -r1.36.2.2 -r1.36.2.3
*** bbcode.php 8 Apr 2002 15:36:17 -0000 1.36.2.2
--- bbcode.php 8 Apr 2002 15:46:59 -0000 1.36.2.3
***************
*** 440,444 ****
// of table structure..
//
! $curr_pos = curr_pos + strlen($possible_start);
}
else
--- 440,444 ----
// of table structure..
//
! $curr_pos = $curr_pos + strlen($possible_start);
}
else
|