From 42998bef7019b7a9ca92fbad059ea49b3fc3212d Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 9 Apr 2010 18:08:47 -0400 Subject: [PATCH] Remove deprecated defines --- framework/ActiveSync/lib/Horde/ActiveSync.php | 43 +-------------------------- 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/framework/ActiveSync/lib/Horde/ActiveSync.php b/framework/ActiveSync/lib/Horde/ActiveSync.php index c48728054..959bab1f3 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync.php @@ -102,47 +102,6 @@ define("SYNC_AIRNOTIFY_ID","AirNotify:Id"); define("SYNC_AIRNOTIFY_EXPIRY","AirNotify:Expiry"); define("SYNC_AIRNOTIFY_NOTIFYGUID","AirNotify:NotifyGUID"); -//// POOMCAL -//define("SYNC_POOMCAL_TIMEZONE","POOMCAL:Timezone"); -//define("SYNC_POOMCAL_ALLDAYEVENT","POOMCAL:AllDayEvent"); -//define("SYNC_POOMCAL_ATTENDEES","POOMCAL:Attendees"); -//define("SYNC_POOMCAL_ATTENDEE","POOMCAL:Attendee"); -//define("SYNC_POOMCAL_ATTENDEESTATUS", "POOMCAL:AttendeeStatus"); -//define("SYNC_POOMCAL_ATTENDEETYPE", "POOMCAL:AttendeeType"); -//define("SYNC_POOMCAL_EMAIL","POOMCAL:Email"); -//define("SYNC_POOMCAL_NAME","POOMCAL:Name"); -//define("SYNC_POOMCAL_BODY","POOMCAL:Body"); -//define("SYNC_POOMCAL_BODYTRUNCATED","POOMCAL:BodyTruncated"); -//define("SYNC_POOMCAL_BUSYSTATUS","POOMCAL:BusyStatus"); -//define("SYNC_POOMCAL_CATEGORIES","POOMCAL:Categories"); -//define("SYNC_POOMCAL_CATEGORY","POOMCAL:Category"); -//define("SYNC_POOMCAL_RTF","POOMCAL:Rtf"); -//define("SYNC_POOMCAL_DTSTAMP","POOMCAL:DtStamp"); -//define("SYNC_POOMCAL_ENDTIME","POOMCAL:EndTime"); -//define("SYNC_POOMCAL_EXCEPTION","POOMCAL:Exception"); -//define("SYNC_POOMCAL_EXCEPTIONS","POOMCAL:Exceptions"); -//define("SYNC_POOMCAL_DELETED","POOMCAL:Deleted"); -//define("SYNC_POOMCAL_EXCEPTIONSTARTTIME","POOMCAL:ExceptionStartTime"); -//define("SYNC_POOMCAL_LOCATION","POOMCAL:Location"); -//define("SYNC_POOMCAL_MEETINGSTATUS","POOMCAL:MeetingStatus"); -//define("SYNC_POOMCAL_ORGANIZEREMAIL","POOMCAL:OrganizerEmail"); -//define("SYNC_POOMCAL_ORGANIZERNAME","POOMCAL:OrganizerName"); -//define("SYNC_POOMCAL_RECURRENCE","POOMCAL:Recurrence"); -//define("SYNC_POOMCAL_TYPE","POOMCAL:Type"); -//define("SYNC_POOMCAL_UNTIL","POOMCAL:Until"); -//define("SYNC_POOMCAL_OCCURRENCES","POOMCAL:Occurrences"); -//define("SYNC_POOMCAL_INTERVAL","POOMCAL:Interval"); -//define("SYNC_POOMCAL_DAYOFWEEK","POOMCAL:DayOfWeek"); -//define("SYNC_POOMCAL_DAYOFMONTH","POOMCAL:DayOfMonth"); -//define("SYNC_POOMCAL_WEEKOFMONTH","POOMCAL:WeekOfMonth"); -//define("SYNC_POOMCAL_MONTHOFYEAR","POOMCAL:MonthOfYear"); -//define("SYNC_POOMCAL_REMINDER","POOMCAL:Reminder"); -//define("SYNC_POOMCAL_SENSITIVITY","POOMCAL:Sensitivity"); -//define("SYNC_POOMCAL_SUBJECT","POOMCAL:Subject"); -//define("SYNC_POOMCAL_STARTTIME","POOMCAL:StartTime"); -//define("SYNC_POOMCAL_UID","POOMCAL:UID"); -//define("SYNC_POOMCAL_RESPONSETYPE", "POOMCAL:ResponseType"); - // Move define("SYNC_MOVE_MOVES","Move:Moves"); define("SYNC_MOVE_MOVE","Move:Move"); @@ -354,7 +313,7 @@ class Horde_ActiveSync const TRUNCATION_SEVEN = 7; const TRUNCATION_ALL = 9; - /* Namespace constants */ + /* Request related constants */ /* SYNC */ const SYNC_SYNCHRONIZE = 'Synchronize'; const SYNC_REPLIES = 'Replies'; -- 2.11.0