mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- tackle some usability issues
- fix bug #3147 - added the lock-images made by SHS` - fixed MSSQL errors (adding the correct ESCAPE sequence) git-svn-id: file:///svn/phpbb/trunk@6161 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -164,7 +164,7 @@ class bbcode_firstpass extends bbcode
|
||||
$in = str_replace("\r\n", "\n", str_replace('\"', '"', $in));
|
||||
|
||||
// Trimming here to make sure no empty bbcodes are parsed accidently
|
||||
if (!trim($in))
|
||||
if (trim($in) == '')
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user