Skip to content

Commit

Permalink
Parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 27, 2015
1 parent ce89d4d commit d2b2644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/Compress/lib/Horde/Compress/Tnef/VTodo.php
Expand Up @@ -80,8 +80,8 @@ class Horde_Compress_Tnef_VTodo extends Horde_Compress_Tnef_Object
const CLASS_DECLINE = 'IPM.TaskRequest.Decline';
const CLASS_UPDATE = 'IPM.TaskRequest.Update';

const TASK_STATUS_ACTION = 'NEEDS-ACTION';
const TASK_STATUS_IN_PROGRESS = 'IN-PROGRESS'
const TASK_STATUS_ACTION = 'NEEDS-ACTION';
const TASK_STATUS_IN_PROGRESS = 'IN-PROGRESS';
const TASK_STATUS_COMPLETED = 'COMPLETED';

/**
Expand Down

0 comments on commit d2b2644

Please sign in to comment.