Recurrence: Broke out handleUntil as a separate function
- This means until porocesing is no longer controlled by rc.recurrence, which was never intended.
This commit is contained in:
@@ -55,6 +55,7 @@ int CmdExport::execute (std::string& output)
|
||||
int rc = 0;
|
||||
|
||||
// Make sure reccurent tasks are generated.
|
||||
handleUntil ();
|
||||
handleRecurrence ();
|
||||
|
||||
// Apply filter.
|
||||
|
||||
Reference in New Issue
Block a user