From fcf095cc6e7059395941a7bc25c2eb3d932acf0e Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 14 Apr 2017 17:42:41 +0200 Subject: [PATCH] always surround operators like +,-,. with spaces Signed-off-by: Roland Haeder --- include/items.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/items.php b/include/items.php index 6671302bdd..2500e08d54 100644 --- a/include/items.php +++ b/include/items.php @@ -2323,8 +2323,8 @@ function posted_dates($uid, $wall) { } // Set the start and end date to the beginning of the month - $dnow = substr($dnow, 0, 8).'01'; - $dthen = substr($dthen, 0, 8).'01'; + $dnow = substr($dnow, 0, 8) . '01'; + $dthen = substr($dthen, 0, 8) . '01'; $ret = array(); /*