diff options
Diffstat (limited to 'pages/viewPost.php')
-rw-r--r-- | pages/viewPost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/viewPost.php b/pages/viewPost.php index 5885bc9..0d84df7 100644 --- a/pages/viewPost.php +++ b/pages/viewPost.php | |||
@@ -36,7 +36,7 @@ if (!isAdmin()) | |||
36 | if ($getpost3['id'] == $_GET['id']) | 36 | if ($getpost3['id'] == $_GET['id']) |
37 | { | 37 | { |
38 | $template->add_ref(0, 'POST', array( 'ID' => $getpost3['id'], | 38 | $template->add_ref(0, 'POST', array( 'ID' => $getpost3['id'], |
39 | 'YEARID' => ((date('Y')-2006) % 4), | 39 | 'YEARID' => (((date('Y')-2007) % 4) + 1), |
40 | 'DATE' => date('F jS Y \a\\t g:i:s a'), | 40 | 'DATE' => date('F jS Y \a\\t g:i:s a'), |
41 | 'MONTH' => date('M'), | 41 | 'MONTH' => date('M'), |
42 | 'DAY' => date('d'), | 42 | 'DAY' => date('d'), |