1
0
Fork 0

added spaces

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

View file

@ -64,7 +64,7 @@ function cron_run(&$argv, &$argc){
// once daily run birthday_updates and then expire in background
$d1 = get_config('system', 'last_expire_day');
$d2 = intval(datetime_convert('UTC','UTC','now','d'));
$d2 = intval(datetime_convert('UTC', 'UTC', 'now', 'd'));
if ($d2 != intval($d1)) {