aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authornatec <natec@users.sourceforge.net>2001-03-21 07:26:10 +0000
committernatec <natec@users.sourceforge.net>2001-03-21 07:26:10 +0000
commit61a067434bc63c72306fd1a25009606615512d71 (patch)
tree27c110b16e16f1a459976395ab686c4db56c8ba1 /phpBB/viewtopic.php
parentbf7ec7c8f01d84c6ed93474c4ac898acf9af3e6e (diff)
downloadforums-61a067434bc63c72306fd1a25009606615512d71.tar
forums-61a067434bc63c72306fd1a25009606615512d71.tar.gz
forums-61a067434bc63c72306fd1a25009606615512d71.tar.bz2
forums-61a067434bc63c72306fd1a25009606615512d71.tar.xz
forums-61a067434bc63c72306fd1a25009606615512d71.zip
Added make_clickable()
git-svn-id: file:///svn/phpbb/trunk@115 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index a56c0288bf..e20edb015d 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -159,6 +159,8 @@ for($x = 0; $x < $total_posts; $x++)
$message = bbencode_second_pass($message, $bbcode_uid);
}
+ $message = make_clickable($message);
+
$message = str_replace("\n", "<BR>", $message);
if(!($x % 2))