diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -981,7 +981,7 @@ function showDaily() | |||
981 | $PAGE->assign('linksToDisplay',$linksToDisplay); | 981 | $PAGE->assign('linksToDisplay',$linksToDisplay); |
982 | $PAGE->assign('linkcount',count($LINKSDB)); | 982 | $PAGE->assign('linkcount',count($LINKSDB)); |
983 | $PAGE->assign('cols', $columns); | 983 | $PAGE->assign('cols', $columns); |
984 | $PAGE->assign('day',utf8_encode(strftime('%A %d, %B %Y',linkdate2timestamp($day.'_000000')))); | 984 | $PAGE->assign('day',linkdate2timestamp($day.'_000000')); |
985 | $PAGE->assign('previousday',$previousday); | 985 | $PAGE->assign('previousday',$previousday); |
986 | $PAGE->assign('nextday',$nextday); | 986 | $PAGE->assign('nextday',$nextday); |
987 | $PAGE->renderPage('daily'); | 987 | $PAGE->renderPage('daily'); |