summary refs log tree commit diff stats
path: root/pages/viewPost.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/viewPost.php')
-rwxr-xr-xpages/viewPost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/viewPost.php b/pages/viewPost.php index 0d84df7..fa371cf 100755 --- a/pages/viewPost.php +++ b/pages/viewPost.php
@@ -44,7 +44,7 @@ if (!isAdmin())
44 'TITLE' => $getpost3['title'], 44 'TITLE' => $getpost3['title'],
45 'AUTHOR' => $getpost3['author'], 45 'AUTHOR' => $getpost3['author'],
46 'RATING' => $getpost3['rating'], 46 'RATING' => $getpost3['rating'],
47 'TEXT' => parseText(stripslashes($getpost3['text'])))); 47 'TEXT' => parseText($getpost3['text'])));
48 48
49 $tags = getTags($getpost3['id']); 49 $tags = getTags($getpost3['id']);
50 foreach ($tags as $tag) 50 foreach ($tags as $tag)