diff options
Diffstat (limited to 'pages/welcome.php')
-rwxr-xr-x | pages/welcome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/welcome.php b/pages/welcome.php index 6e06006..e224c8e 100755 --- a/pages/welcome.php +++ b/pages/welcome.php | |||
@@ -68,7 +68,7 @@ while ($getpost3 = mysql_fetch_array($getpost2)) | |||
68 | 'PLURALCOMMENT' => (isset($plural) ? $plural : ''), | 68 | 'PLURALCOMMENT' => (isset($plural) ? $plural : ''), |
69 | 'COMMENTS' => $comText, | 69 | 'COMMENTS' => $comText, |
70 | 'RATING' => $getpost3['rating'], | 70 | 'RATING' => $getpost3['rating'], |
71 | 'TEXT' => parseBBCode($getpost3['text']))); | 71 | 'TEXT' => parseText($getpost3['text']))); |
72 | 72 | ||
73 | $tags = getTags($getpost3['id']); | 73 | $tags = getTags($getpost3['id']); |
74 | foreach ($tags as $tag) | 74 | foreach ($tags as $tag) |