From ccbe7dd3532fa7608a7d7607a8d8dc837ac7f410 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 14 Apr 2017 17:36:42 +0200 Subject: [PATCH] opps, missed this space ... Signed-off-by: Roland Haeder --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index 0f5afe5ee7..c37dec47f8 100644 --- a/include/items.php +++ b/include/items.php @@ -2333,7 +2333,7 @@ function posted_dates($uid, $wall) { */ while (substr($dnow, 0, 7) >= substr($dthen, 0, 7)) { $dstart = substr($dnow, 0, 8) . '01'; - $dend = substr($dnow, 0, 8) . get_dim(intval($dnow),intval(substr($dnow,5))); + $dend = substr($dnow, 0, 8) . get_dim(intval($dnow), intval(substr($dnow, 5))); $start_month = datetime_convert('', '', $dstart, 'Y-m-d'); $end_month = datetime_convert('', '', $dend, 'Y-m-d'); $str = day_translate(datetime_convert('', '', $dnow, 'F Y'));