always surround operators like +,-,. with spaces

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-04-14 17:42:41 +02:00
parent 851c0284ee
commit fcf095cc6e
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 2 additions and 2 deletions

View File

@ -2323,8 +2323,8 @@ function posted_dates($uid, $wall) {
} }
// Set the start and end date to the beginning of the month // Set the start and end date to the beginning of the month
$dnow = substr($dnow, 0, 8).'01'; $dnow = substr($dnow, 0, 8) . '01';
$dthen = substr($dthen, 0, 8).'01'; $dthen = substr($dthen, 0, 8) . '01';
$ret = array(); $ret = array();
/* /*