mirror of
https://github.com/friendica/friendica
synced 2024-11-20 09:03:40 +00:00
opps, missed this space ...
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
a8136898b4
commit
ccbe7dd353
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue