ZP-692 Add notes and set to false when we don't care about filtertime....

ZP-692 Add notes and set to false when we don't care about filtertime. Released under the Affero GNU General Public License (AGPL) version 3.
parent e173b460
......@@ -97,8 +97,9 @@ class DiffState implements IChanges {
break;
case "Contacts":
case "Tasks":
case "Notes":
default:
$this->cutoffdate = 0;
$this->cutoffdate = false;
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment