Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
dupondje committed Jul 16, 2012
1 parent cd4e74b commit 51ecf90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/caldav.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ public function GetMessageList($folderid, $cutoffdate)

/* Calculating the range of events we want to sync */
$begin = gmdate("Ymd\THis\Z", $cutoffdate);
$diff = time() - $cutoffdate;
$finish = gmdate("Ymd\THis\Z", 2147483647);

$path = $this->_caldav_path . substr($folderid, 1) . "/";
Expand Down

0 comments on commit 51ecf90

Please sign in to comment.