diff options
author | David M <davidmj@users.sourceforge.net> | 2007-03-13 11:35:46 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-03-13 11:35:46 +0000 |
commit | 5e06885ea4acd2dbe0c05fdb3db61577b79669d1 (patch) | |
tree | 49d0dda7735ef72ba131c2fc25374b1f442bf807 /phpBB | |
parent | 15b2933fd9867d15bd81b3fd86487837d9e3c6fe (diff) | |
download | forums-5e06885ea4acd2dbe0c05fdb3db61577b79669d1.tar forums-5e06885ea4acd2dbe0c05fdb3db61577b79669d1.tar.gz forums-5e06885ea4acd2dbe0c05fdb3db61577b79669d1.tar.bz2 forums-5e06885ea4acd2dbe0c05fdb3db61577b79669d1.tar.xz forums-5e06885ea4acd2dbe0c05fdb3db61577b79669d1.zip |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@7181 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/convertors/functions_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/functions_phpbb20.php b/phpBB/install/convertors/functions_phpbb20.php index d7054b71e4..c139cf4189 100644 --- a/phpBB/install/convertors/functions_phpbb20.php +++ b/phpBB/install/convertors/functions_phpbb20.php @@ -1156,7 +1156,7 @@ function phpbb_prepare_message($message) // Adjust size... if (strpos($message, '[size=') !== false) { - $message = preg_replace_callback('/\[size=(\d*):' . $convert->row['old_bbcode_uid'] . '\]/', 'replace_size', $message); + $message = preg_replace_callback('/\[size=(\d*):' . $convert->row['old_bbcode_uid'] . '\]/', 'phpbb_replace_size', $message); } $message = preg_replace('/\:(([a-z0-9]:)?)' . $convert->row['old_bbcode_uid'] . '/s', '', $message); |