mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
should type what I mean ;)
This commit is contained in:
parent
fb6d64a8ed
commit
659b18b362
@ -976,7 +976,7 @@ class Import
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// check current time <= time of first run today (frequency is in hours)
|
// check current time <= time of first run today (frequency is in hours)
|
||||||
return time() <= mktime(ceil($frequency), round((60*$frequency)%60), 60); // 60 seconds grace time
|
return time() <= mktime(floor($frequency), round((60*$frequency)%60), 60); // 60 seconds grace time
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user