summary refs log tree commit diff stats
path: root/pages/blog.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-11-26 14:21:20 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-11-26 14:21:20 -0500
commit224f9ee5014ae5c5399188afd8d38e3b620e2856 (patch)
tree6432f783d495626e962835009b6d2f4fd53e42cd /pages/blog.php
parent34d358ba240bd19491f0f97faf04513318bee6c0 (diff)
downloadfourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.tar.gz
fourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.tar.bz2
fourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.zip
Added Fouripedia compatibility
Made many strutural changes to Four Island allowing for the reinclusion of Fouripedia.
Diffstat (limited to 'pages/blog.php')
-rwxr-xr-xpages/blog.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/blog.php b/pages/blog.php index 28fa759..31978f2 100755 --- a/pages/blog.php +++ b/pages/blog.php
@@ -67,10 +67,10 @@ if (isset($_GET['post']))
67 'MONTH' => date('M',strtotime($getpost3['pubDate'])), 67 'MONTH' => date('M',strtotime($getpost3['pubDate'])),
68 'DAY' => date('d',strtotime($getpost3['pubDate'])), 68 'DAY' => date('d',strtotime($getpost3['pubDate'])),
69 'CODED' => $getpost3['slug'], 69 'CODED' => $getpost3['slug'],
70 'TITLE' => htmlentities($getpost3['title']), 70 'TITLE' => htmlentities(stripslashes($getpost3['title'])),
71 'AUTHOR' => $getpost3['author'], 71 'AUTHOR' => $getpost3['author'],
72 'RATING' => $getpost3['rating'], 72 'RATING' => $getpost3['rating'],
73 'TEXT' => parseText($getpost3['text']))); 73 'TEXT' => parseText(stripslashes($getpost3['text']))));
74 74
75 $tags = getTags($getpost3['id']); 75 $tags = getTags($getpost3['id']);
76 foreach ($tags as $tag) 76 foreach ($tags as $tag)