diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1228,7 +1228,7 @@ function showDaily() | |||
1228 | $PAGE->assign('linksToDisplay',$linksToDisplay); | 1228 | $PAGE->assign('linksToDisplay',$linksToDisplay); |
1229 | $PAGE->assign('linkcount',count($LINKSDB)); | 1229 | $PAGE->assign('linkcount',count($LINKSDB)); |
1230 | $PAGE->assign('cols', $columns); | 1230 | $PAGE->assign('cols', $columns); |
1231 | $PAGE->assign('day',utf8_encode(strftime('%A %d, %B %Y',linkdate2timestamp($day.'_000000')))); | 1231 | $PAGE->assign('day',linkdate2timestamp($day.'_000000')); |
1232 | $PAGE->assign('previousday',$previousday); | 1232 | $PAGE->assign('previousday',$previousday); |
1233 | $PAGE->assign('nextday',$nextday); | 1233 | $PAGE->assign('nextday',$nextday); |
1234 | $PAGE->renderPage('daily'); | 1234 | $PAGE->renderPage('daily'); |