Skip to content

Commit

Permalink
Remove stray comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 5, 2015
1 parent 5b28929 commit 1cceba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Compress/lib/Horde/Compress/Tnef/VTodo.php
Expand Up @@ -294,7 +294,7 @@ public function setMapiAttribute($type, $name, $value)
switch ($value) {
case self::STATUS_NOT_STARTED:
case self::STATUS_WAIT:
case self::STATUS_DEFERRED: // ??
case self::STATUS_DEFERRED:
$this->_percentComplete = 0;
$this->_status = self::TASK_STATUS_ACTION;
break;
Expand Down

0 comments on commit 1cceba5

Please sign in to comment.