aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index d0dd5306..5aa7116f 100644
--- a/index.php
+++ b/index.php
@@ -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');