]> git.mxchange.org Git - friendica.git/commitdiff
opps, missed this space ...
authorRoland Haeder <roland@mxchange.org>
Fri, 14 Apr 2017 15:36:42 +0000 (17:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 14 Apr 2017 15:36:59 +0000 (17:36 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
include/items.php

index 0f5afe5ee7703338c973e2f62573f25afe951876..c37dec47f86551e5fb03c3f4860306461e2d283f 100644 (file)
@@ -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'));