Passed
Push — master ( 8aba83...48d49b )
by
unknown
18:08 queued 08:09
created
server/includes/core/class.properties.php 1 patch
Spacing   +153 added lines, -153 removed lines patch added patch discarded remove patch
@@ -238,45 +238,45 @@  discard block
 block discarded – undo
238 238
 				$properties["meetingrecurring"] = "PT_BOOLEAN:PSETID_Meeting:0x5";
239 239
 				$properties["attendee_critical_change"] = "PT_SYSTIME:PSETID_Meeting:0x1";
240 240
 				$properties["owner_critical_change"] = "PT_SYSTIME:PSETID_Meeting:0x1a";
241
-				$properties["meetingstatus"] = "PT_LONG:PSETID_Appointment:".PidLidAppointmentStateFlags;
241
+				$properties["meetingstatus"] = "PT_LONG:PSETID_Appointment:" . PidLidAppointmentStateFlags;
242 242
 				$properties["responsestatus"] = "PT_LONG:PSETID_Appointment:0x8218";
243 243
 				$properties["reply_time"] = "PT_SYSTIME:PSETID_Appointment:0x8220";
244 244
 				$properties["reply_name"] = "PT_STRING8:PSETID_Appointment:0x8230";
245
-				$properties["recurrence_data"] = "PT_BINARY:PSETID_Appointment:".PidLidAppointmentRecur;
246
-				$properties["reminderminutes"] = "PT_LONG:PSETID_Common:".PidLidReminderDelta;
247
-				$properties["reminderset"] = "PT_BOOLEAN:PSETID_Common:".PidLidReminderSet;
248
-				$properties["flag_request"] = "PT_STRING8:PSETID_Common:".PidLidFlagRequest;
249
-				$properties["flag_due_by"] = "PT_SYSTIME:PSETID_Common:".PidLidReminderSignalTime;
250
-				$properties["updatecounter"] = "PT_LONG:PSETID_Appointment:".PidLidAppointmentSequence;                                     // AppointmentSequenceNumber
251
-				$properties["last_updatecounter"] = "PT_LONG:PSETID_Appointment:0x8203";                        // AppointmentLastSequence
252
-				$properties["busystatus"] = "PT_LONG:PSETID_Appointment:".PidLidBusyStatus;
253
-				$properties["intendedbusystatus"] = "PT_LONG:PSETID_Appointment:".PidLidIntendedBusyStatus;
254
-				$properties["start"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentStartWhole;
245
+				$properties["recurrence_data"] = "PT_BINARY:PSETID_Appointment:" . PidLidAppointmentRecur;
246
+				$properties["reminderminutes"] = "PT_LONG:PSETID_Common:" . PidLidReminderDelta;
247
+				$properties["reminderset"] = "PT_BOOLEAN:PSETID_Common:" . PidLidReminderSet;
248
+				$properties["flag_request"] = "PT_STRING8:PSETID_Common:" . PidLidFlagRequest;
249
+				$properties["flag_due_by"] = "PT_SYSTIME:PSETID_Common:" . PidLidReminderSignalTime;
250
+				$properties["updatecounter"] = "PT_LONG:PSETID_Appointment:" . PidLidAppointmentSequence; // AppointmentSequenceNumber
251
+				$properties["last_updatecounter"] = "PT_LONG:PSETID_Appointment:0x8203"; // AppointmentLastSequence
252
+				$properties["busystatus"] = "PT_LONG:PSETID_Appointment:" . PidLidBusyStatus;
253
+				$properties["intendedbusystatus"] = "PT_LONG:PSETID_Appointment:" . PidLidIntendedBusyStatus;
254
+				$properties["start"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentStartWhole;
255 255
 				$properties["responselocation"] = "PT_STRING8:PSETID_Meeting:0x2";
256
-				$properties["location"] = "PT_STRING8:PSETID_Appointment:".PidLidLocation;
257
-				$properties["requestsent"] = "PT_BOOLEAN:PSETID_Appointment:0x8229";            // PidLidFInvited, MeetingRequestWasSent
258
-				$properties["startdate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentStartWhole;
259
-				$properties["duedate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentEndWhole;
256
+				$properties["location"] = "PT_STRING8:PSETID_Appointment:" . PidLidLocation;
257
+				$properties["requestsent"] = "PT_BOOLEAN:PSETID_Appointment:0x8229"; // PidLidFInvited, MeetingRequestWasSent
258
+				$properties["startdate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentStartWhole;
259
+				$properties["duedate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentEndWhole;
260 260
 				$properties["commonstart"] = "PT_SYSTIME:PSETID_Common:0x8516";
261 261
 				$properties["commonend"] = "PT_SYSTIME:PSETID_Common:0x8517";
262
-				$properties["recurring"] = "PT_BOOLEAN:PSETID_Appointment:".PidLidRecurring;
263
-				$properties["clipstart"] = "PT_SYSTIME:PSETID_Appointment:".PidLidClipStart;
264
-				$properties["clipend"] = "PT_SYSTIME:PSETID_Appointment:".PidLidClipEnd;
265
-				$properties["start_recur_date"] = "PT_LONG:PSETID_Meeting:0xD";                         // StartRecurTime
266
-				$properties["start_recur_time"] = "PT_LONG:PSETID_Meeting:0xE";                         // StartRecurTime
267
-				$properties["end_recur_date"] = "PT_LONG:PSETID_Meeting:0xF";                           // EndRecurDate
268
-				$properties["end_recur_time"] = "PT_LONG:PSETID_Meeting:0x10";                          // EndRecurTime
269
-				$properties["is_exception"] = "PT_BOOLEAN:PSETID_Meeting:0xA";                          // LID_IS_EXCEPTION
262
+				$properties["recurring"] = "PT_BOOLEAN:PSETID_Appointment:" . PidLidRecurring;
263
+				$properties["clipstart"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidClipStart;
264
+				$properties["clipend"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidClipEnd;
265
+				$properties["start_recur_date"] = "PT_LONG:PSETID_Meeting:0xD"; // StartRecurTime
266
+				$properties["start_recur_time"] = "PT_LONG:PSETID_Meeting:0xE"; // StartRecurTime
267
+				$properties["end_recur_date"] = "PT_LONG:PSETID_Meeting:0xF"; // EndRecurDate
268
+				$properties["end_recur_time"] = "PT_LONG:PSETID_Meeting:0x10"; // EndRecurTime
269
+				$properties["is_exception"] = "PT_BOOLEAN:PSETID_Meeting:0xA"; // LID_IS_EXCEPTION
270 270
 				// Propose new time properties
271
-				$properties["proposed_start_whole"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentProposedStartWhole;
272
-				$properties["proposed_end_whole"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentProposedEndWhole;
271
+				$properties["proposed_start_whole"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentProposedStartWhole;
272
+				$properties["proposed_end_whole"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentProposedEndWhole;
273 273
 				$properties["proposed_duration"] = "PT_LONG:PSETID_Appointment:0x8256";
274
-				$properties["counter_proposal"] = "PT_BOOLEAN:PSETID_Appointment:".PidLidAppointmentCounterProposal;
274
+				$properties["counter_proposal"] = "PT_BOOLEAN:PSETID_Appointment:" . PidLidAppointmentCounterProposal;
275 275
 				$properties["recurring_pattern"] = "PT_STRING8:PSETID_Appointment:0x8232";
276
-				$properties["basedate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidExceptionReplaceTime;
276
+				$properties["basedate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidExceptionReplaceTime;
277 277
 				$properties["meetingtype"] = "PT_LONG:PSETID_Meeting:0x26";
278
-				$properties["timezone_data"] = "PT_BINARY:PSETID_Appointment:".PidLidTimeZoneStruct;
279
-				$properties["timezone"] = "PT_STRING8:PSETID_Appointment:".PidLidTimeZoneDescription;
278
+				$properties["timezone_data"] = "PT_BINARY:PSETID_Appointment:" . PidLidTimeZoneStruct;
279
+				$properties["timezone"] = "PT_STRING8:PSETID_Appointment:" . PidLidTimeZoneDescription;
280 280
 
281 281
 				$this->mapping[$this->storeMapping]['meeting'] = getPropIdsFromStrings($this->store, $properties);
282 282
 			}
@@ -324,31 +324,31 @@  discard block
 block discarded – undo
324 324
 				$properties["sender_entryid"] = PR_SENDER_ENTRYID;
325 325
 				$properties["sender_search_key"] = PR_SENDER_SEARCH_KEY;
326 326
 
327
-				$properties["startdate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentStartWhole;
328
-				$properties["duedate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentEndWhole;
329
-				$properties["recurring"] = "PT_BOOLEAN:PSETID_Appointment:".PidLidRecurring;
330
-				$properties["recurring_data"] = "PT_BINARY:PSETID_Appointment:".PidLidAppointmentRecur;
327
+				$properties["startdate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentStartWhole;
328
+				$properties["duedate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentEndWhole;
329
+				$properties["recurring"] = "PT_BOOLEAN:PSETID_Appointment:" . PidLidRecurring;
330
+				$properties["recurring_data"] = "PT_BINARY:PSETID_Appointment:" . PidLidAppointmentRecur;
331 331
 				$properties["recurring_pattern"] = "PT_STRING8:PSETID_Appointment:0x8232";
332
-				$properties["busystatus"] = "PT_LONG:PSETID_Appointment:".PidLidBusyStatus;
333
-				$properties["intendedbusystatus"] = "PT_LONG:PSETID_Appointment:".PidLidIntendedBusyStatus;
332
+				$properties["busystatus"] = "PT_LONG:PSETID_Appointment:" . PidLidBusyStatus;
333
+				$properties["intendedbusystatus"] = "PT_LONG:PSETID_Appointment:" . PidLidIntendedBusyStatus;
334 334
 				$properties["label"] = "PT_LONG:PSETID_Appointment:0x8214";
335
-				$properties["alldayevent"] = "PT_BOOLEAN:PSETID_Appointment:".PidLidAppointmentSubType;
336
-				$properties["private"] = "PT_BOOLEAN:PSETID_Common:".PidLidPrivate;
337
-				$properties["meeting"] = "PT_LONG:PSETID_Appointment:".PidLidAppointmentStateFlags;
338
-				$properties["startdate_recurring"] = "PT_SYSTIME:PSETID_Appointment:".PidLidClipStart;
339
-				$properties["enddate_recurring"] = "PT_SYSTIME:PSETID_Appointment:".PidLidClipEnd;
340
-				$properties["location"] = "PT_STRING8:PSETID_Appointment:".PidLidLocation;
341
-				$properties["duration"] = "PT_LONG:PSETID_Appointment:".PidLidAppointmentDuration;
335
+				$properties["alldayevent"] = "PT_BOOLEAN:PSETID_Appointment:" . PidLidAppointmentSubType;
336
+				$properties["private"] = "PT_BOOLEAN:PSETID_Common:" . PidLidPrivate;
337
+				$properties["meeting"] = "PT_LONG:PSETID_Appointment:" . PidLidAppointmentStateFlags;
338
+				$properties["startdate_recurring"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidClipStart;
339
+				$properties["enddate_recurring"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidClipEnd;
340
+				$properties["location"] = "PT_STRING8:PSETID_Appointment:" . PidLidLocation;
341
+				$properties["duration"] = "PT_LONG:PSETID_Appointment:" . PidLidAppointmentDuration;
342 342
 				$properties["responsestatus"] = "PT_LONG:PSETID_Appointment:0x8218";
343
-				$properties["reminder"] = "PT_BOOLEAN:PSETID_Common:".PidLidReminderSet;
344
-				$properties["reminder_minutes"] = "PT_LONG:PSETID_Common:".PidLidReminderDelta;
343
+				$properties["reminder"] = "PT_BOOLEAN:PSETID_Common:" . PidLidReminderSet;
344
+				$properties["reminder_minutes"] = "PT_LONG:PSETID_Common:" . PidLidReminderDelta;
345 345
 				$properties["categories"] = "PT_MV_STRING8:PS_PUBLIC_STRINGS:Keywords";
346
-				$properties["reminder_time"] = "PT_SYSTIME:PSETID_Common:".PidLidReminderTime;
347
-				$properties["flagdueby"] = "PT_SYSTIME:PSETID_Common:".PidLidReminderSignalTime;
346
+				$properties["reminder_time"] = "PT_SYSTIME:PSETID_Common:" . PidLidReminderTime;
347
+				$properties["flagdueby"] = "PT_SYSTIME:PSETID_Common:" . PidLidReminderSignalTime;
348 348
 				$properties["commonstart"] = "PT_SYSTIME:PSETID_Common:0x8516";
349 349
 				$properties["commonend"] = "PT_SYSTIME:PSETID_Common:0x8517";
350
-				$properties["basedate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidExceptionReplaceTime;
351
-				$properties["timezone_data"] = "PT_BINARY:PSETID_Appointment:".PidLidTimeZoneStruct;
350
+				$properties["basedate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidExceptionReplaceTime;
351
+				$properties["timezone_data"] = "PT_BINARY:PSETID_Appointment:" . PidLidTimeZoneStruct;
352 352
 				$properties["auxiliary_flags"] = "PT_LONG:PSETID_Appointment:0x8207";
353 353
 				$properties["commonassign"] = "PT_LONG:PSETID_Common:0x8518";
354 354
 				$properties["last_modification_time"] = PR_LAST_MODIFICATION_TIME;
@@ -360,14 +360,14 @@  discard block
 block discarded – undo
360 360
 				$properties["goid2"] = "PT_BINARY:PSETID_Meeting:0x23";
361 361
 
362 362
 				// Propose new time properties
363
-				$properties["proposed_start_date"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentProposedStartWhole;
364
-				$properties["proposed_end_date"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentProposedEndWhole;
363
+				$properties["proposed_start_date"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentProposedStartWhole;
364
+				$properties["proposed_end_date"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentProposedEndWhole;
365 365
 				$properties["proposed_duration"] = "PT_LONG:PSETID_Appointment:0x8256";
366
-				$properties["counter_proposal"] = "PT_BOOLEAN:PSETID_Appointment:".PidLidAppointmentCounterProposal;
366
+				$properties["counter_proposal"] = "PT_BOOLEAN:PSETID_Appointment:" . PidLidAppointmentCounterProposal;
367 367
 				// $properties["proposal_number"] = "PT_BOOLEAN:PSETID_Appointment:".PidLidAppointmentCounterProposal;
368 368
 
369 369
 				$properties["deleted_on"] = PR_DELETED_ON;
370
-				$properties["updatecounter"] = "PT_LONG:PSETID_Appointment:".PidLidAppointmentSequence;
370
+				$properties["updatecounter"] = "PT_LONG:PSETID_Appointment:" . PidLidAppointmentSequence;
371 371
 				$properties["reply_time"] = "PT_SYSTIME:PSETID_Appointment:0x8220";
372 372
 				$properties["reply_name"] = "PT_STRING8:PSETID_Appointment:0x8230";
373 373
 
@@ -410,36 +410,36 @@  discard block
 block discarded – undo
410 410
 				$properties["display_to"] = PR_DISPLAY_TO;
411 411
 				$properties["importance"] = PR_IMPORTANCE;
412 412
 				$properties["sensitivity"] = PR_SENSITIVITY;
413
-				$properties["startdate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentStartWhole;
414
-				$properties["duedate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentEndWhole;
415
-				$properties["recurring"] = "PT_BOOLEAN:PSETID_Appointment:".PidLidRecurring;
416
-				$properties["recurring_data"] = "PT_BINARY:PSETID_Appointment:".PidLidAppointmentRecur;
417
-				$properties["busystatus"] = "PT_LONG:PSETID_Appointment:".PidLidBusyStatus;
413
+				$properties["startdate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentStartWhole;
414
+				$properties["duedate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentEndWhole;
415
+				$properties["recurring"] = "PT_BOOLEAN:PSETID_Appointment:" . PidLidRecurring;
416
+				$properties["recurring_data"] = "PT_BINARY:PSETID_Appointment:" . PidLidAppointmentRecur;
417
+				$properties["busystatus"] = "PT_LONG:PSETID_Appointment:" . PidLidBusyStatus;
418 418
 				$properties["label"] = "PT_LONG:PSETID_Appointment:0x8214";
419
-				$properties["alldayevent"] = "PT_BOOLEAN:PSETID_Appointment:".PidLidAppointmentSubType;
420
-				$properties["private"] = "PT_BOOLEAN:PSETID_Common:".PidLidPrivate;
421
-				$properties["meeting"] = "PT_LONG:PSETID_Appointment:".PidLidAppointmentStateFlags;
422
-				$properties["startdate_recurring"] = "PT_SYSTIME:PSETID_Appointment:".PidLidClipStart;
423
-				$properties["enddate_recurring"] = "PT_SYSTIME:PSETID_Appointment:".PidLidClipEnd;
419
+				$properties["alldayevent"] = "PT_BOOLEAN:PSETID_Appointment:" . PidLidAppointmentSubType;
420
+				$properties["private"] = "PT_BOOLEAN:PSETID_Common:" . PidLidPrivate;
421
+				$properties["meeting"] = "PT_LONG:PSETID_Appointment:" . PidLidAppointmentStateFlags;
422
+				$properties["startdate_recurring"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidClipStart;
423
+				$properties["enddate_recurring"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidClipEnd;
424 424
 				$properties["recurring_pattern"] = "PT_STRING8:PSETID_Appointment:0x8232";
425
-				$properties["location"] = "PT_STRING8:PSETID_Appointment:".PidLidLocation;
426
-				$properties["duration"] = "PT_LONG:PSETID_Appointment:".PidLidAppointmentDuration;
425
+				$properties["location"] = "PT_STRING8:PSETID_Appointment:" . PidLidLocation;
426
+				$properties["duration"] = "PT_LONG:PSETID_Appointment:" . PidLidAppointmentDuration;
427 427
 				$properties["responsestatus"] = "PT_LONG:PSETID_Appointment:0x8218";
428
-				$properties["reminder"] = "PT_BOOLEAN:PSETID_Common:".PidLidReminderSet;
429
-				$properties["reminder_minutes"] = "PT_LONG:PSETID_Common:".PidLidReminderDelta;
428
+				$properties["reminder"] = "PT_BOOLEAN:PSETID_Common:" . PidLidReminderSet;
429
+				$properties["reminder_minutes"] = "PT_LONG:PSETID_Common:" . PidLidReminderDelta;
430 430
 				$properties["recurrencetype"] = "PT_LONG:PSETID_Appointment:0x8231";
431 431
 				$properties["contacts"] = "PT_MV_STRING8:PSETID_Common:0x853a";
432 432
 				$properties["contacts_string"] = "PT_STRING8:PSETID_Common:0x8586";
433 433
 				$properties["categories"] = "PT_MV_STRING8:PS_PUBLIC_STRINGS:Keywords";
434
-				$properties["reminder_time"] = "PT_SYSTIME:PSETID_Common:".PidLidReminderTime;
434
+				$properties["reminder_time"] = "PT_SYSTIME:PSETID_Common:" . PidLidReminderTime;
435 435
 				$properties["commonstart"] = "PT_SYSTIME:PSETID_Common:0x8516";
436 436
 				$properties["commonend"] = "PT_SYSTIME:PSETID_Common:0x8517";
437
-				$properties["basedate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidExceptionReplaceTime;
438
-				$properties["timezone_data"] = "PT_BINARY:PSETID_Appointment:".PidLidTimeZoneStruct;
439
-				$properties["timezone"] = "PT_STRING8:PSETID_Appointment:".PidLidTimeZoneDescription;
440
-				$properties["flagdueby"] = "PT_SYSTIME:PSETID_Common:".PidLidReminderSignalTime;
437
+				$properties["basedate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidExceptionReplaceTime;
438
+				$properties["timezone_data"] = "PT_BINARY:PSETID_Appointment:" . PidLidTimeZoneStruct;
439
+				$properties["timezone"] = "PT_STRING8:PSETID_Appointment:" . PidLidTimeZoneDescription;
440
+				$properties["flagdueby"] = "PT_SYSTIME:PSETID_Common:" . PidLidReminderSignalTime;
441 441
 				$properties["side_effects"] = "PT_LONG:PSETID_Common:0x8510";
442
-				$properties["hideattachments"] = "PT_BOOLEAN:PSETID_Common:".PidLidSmartNoAttach;
442
+				$properties["hideattachments"] = "PT_BOOLEAN:PSETID_Common:" . PidLidSmartNoAttach;
443 443
 
444 444
 				$this->mapping[$this->storeMapping]['recurrence'] = getPropIdsFromStrings($this->store, $properties);
445 445
 			}
@@ -457,9 +457,9 @@  discard block
 block discarded – undo
457 457
 
458 458
 			if (!isset($this->mapping[$this->storeMapping]['busytime'])) {
459 459
 				$properties = [];
460
-				$properties["startdate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentStartWhole;
461
-				$properties["duedate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentEndWhole;
462
-				$properties["busystatus"] = "PT_LONG:PSETID_Appointment:".PidLidBusyStatus;
460
+				$properties["startdate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentStartWhole;
461
+				$properties["duedate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentEndWhole;
462
+				$properties["busystatus"] = "PT_LONG:PSETID_Appointment:" . PidLidBusyStatus;
463 463
 
464 464
 				$this->mapping[$this->storeMapping]['busytime'] = getPropIdsFromStrings($this->store, $properties);
465 465
 			}
@@ -513,32 +513,32 @@  discard block
 block discarded – undo
513 513
 				$properties["fileas"] = "PT_STRING8:PSETID_Address:0x8005";
514 514
 				$properties["fileas_selection"] = "PT_LONG:PSETID_Address:0x8006";
515 515
 				$properties["business_address"] = "PT_STRING8:PSETID_Address:0x801b";
516
-				$properties["email_address_1"] = "PT_STRING8:PSETID_Address:".PidLidEmail1EmailAddress;
516
+				$properties["email_address_1"] = "PT_STRING8:PSETID_Address:" . PidLidEmail1EmailAddress;
517 517
 				$properties["email_address_entryid_1"] = "PT_BINARY:PSETID_Address:0x8085";
518
-				$properties["email_address_display_name_1"] = "PT_STRING8:PSETID_Address:".PidLidEmail1DisplayName;
518
+				$properties["email_address_display_name_1"] = "PT_STRING8:PSETID_Address:" . PidLidEmail1DisplayName;
519 519
 				$properties["email_address_display_name_email_1"] = "PT_STRING8:PSETID_Address:0x8084";
520
-				$properties["email_address_type_1"] = "PT_STRING8:PSETID_Address:".PidLidEmail1AddressType;
521
-				$properties["email_address_2"] = "PT_STRING8:PSETID_Address:".PidLidEmail2EmailAddress;
520
+				$properties["email_address_type_1"] = "PT_STRING8:PSETID_Address:" . PidLidEmail1AddressType;
521
+				$properties["email_address_2"] = "PT_STRING8:PSETID_Address:" . PidLidEmail2EmailAddress;
522 522
 				$properties["email_address_entryid_2"] = "PT_BINARY:PSETID_Address:0x8095";
523
-				$properties["email_address_display_name_2"] = "PT_STRING8:PSETID_Address:".PidLidEmail2DisplayName;
523
+				$properties["email_address_display_name_2"] = "PT_STRING8:PSETID_Address:" . PidLidEmail2DisplayName;
524 524
 				$properties["email_address_display_name_email_2"] = "PT_STRING8:PSETID_Address:0x8094";
525
-				$properties["email_address_type_2"] = "PT_STRING8:PSETID_Address:".PidLidEmail2AddressType;
526
-				$properties["email_address_3"] = "PT_STRING8:PSETID_Address:".PidLidEmail3EmailAddress;
525
+				$properties["email_address_type_2"] = "PT_STRING8:PSETID_Address:" . PidLidEmail2AddressType;
526
+				$properties["email_address_3"] = "PT_STRING8:PSETID_Address:" . PidLidEmail3EmailAddress;
527 527
 				$properties["email_address_entryid_3"] = "PT_BINARY:PSETID_Address:0x80a5";
528
-				$properties["email_address_display_name_3"] = "PT_STRING8:PSETID_Address:".PidLidEmail3DisplayName;
528
+				$properties["email_address_display_name_3"] = "PT_STRING8:PSETID_Address:" . PidLidEmail3DisplayName;
529 529
 				$properties["email_address_display_name_email_3"] = "PT_STRING8:PSETID_Address:0x80a4";
530
-				$properties["email_address_type_3"] = "PT_STRING8:PSETID_Address:".PidLidEmail3AddressType;
530
+				$properties["email_address_type_3"] = "PT_STRING8:PSETID_Address:" . PidLidEmail3AddressType;
531 531
 				$properties["home_address"] = "PT_STRING8:PSETID_Address:0x801a";
532 532
 				$properties["other_address"] = "PT_STRING8:PSETID_Address:0x801c";
533 533
 				$properties["mailing_address"] = "PT_LONG:PSETID_Address:0x8022";
534
-				$properties["im"] = "PT_STRING8:PSETID_Address:".PidLidInstantMessagingAddress;
534
+				$properties["im"] = "PT_STRING8:PSETID_Address:" . PidLidInstantMessagingAddress;
535 535
 				$properties["webpage"] = "PT_STRING8:PSETID_Address:0x802b";
536 536
 				$properties["business_home_page"] = PR_BUSINESS_HOME_PAGE;
537 537
 				$properties["address_book_mv"] = "PT_MV_LONG:PSETID_Address:0x8028";
538 538
 				$properties["address_book_long"] = "PT_LONG:PSETID_Address:0x8029";
539 539
 				$properties["oneoff_members"] = "PT_MV_BINARY:PSETID_Address:0x8054";
540 540
 				$properties["members"] = "PT_MV_BINARY:PSETID_Address:0x8055";
541
-				$properties["private"] = "PT_BOOLEAN:PSETID_Common:".PidLidPrivate;
541
+				$properties["private"] = "PT_BOOLEAN:PSETID_Common:" . PidLidPrivate;
542 542
 				$properties["categories"] = "PT_MV_STRING8:PS_PUBLIC_STRINGS:Keywords";
543 543
 				$properties["last_modification_time"] = PR_LAST_MODIFICATION_TIME;
544 544
 				$properties["creation_time"] = PR_CREATION_TIME;
@@ -576,7 +576,7 @@  discard block
 block discarded – undo
576 576
 				$properties["fax_3_original_entryid"] = "PT_BINARY:PSETID_Address:0x80D5";
577 577
 
578 578
 				$properties["has_picture"] = "PT_BOOLEAN:PSETID_Address:0x8015";
579
-				$properties["hide_attachments"] = "PT_BOOLEAN:PSETID_Common:".PidLidSmartNoAttach;
579
+				$properties["hide_attachments"] = "PT_BOOLEAN:PSETID_Common:" . PidLidSmartNoAttach;
580 580
 
581 581
 				// Properties for addresses
582 582
 				// Home address
@@ -592,11 +592,11 @@  discard block
 block discarded – undo
592 592
 				$properties["other_address_postal_code"] = PR_OTHER_ADDRESS_POSTAL_CODE;
593 593
 				$properties["other_address_country"] = PR_OTHER_ADDRESS_COUNTRY;
594 594
 				// Business address
595
-				$properties["business_address_street"] = "PT_STRING8:PSETID_Address:".PidLidWorkAddressStreet;
596
-				$properties["business_address_city"] = "PT_STRING8:PSETID_Address:".PidLidWorkAddressCity;
597
-				$properties["business_address_state"] = "PT_STRING8:PSETID_Address:".PidLidWorkAddressState;
598
-				$properties["business_address_postal_code"] = "PT_STRING8:PSETID_Address:".PidLidWorkAddressPostalCode;
599
-				$properties["business_address_country"] = "PT_STRING8:PSETID_Address:".PidLidWorkAddressCountry;
595
+				$properties["business_address_street"] = "PT_STRING8:PSETID_Address:" . PidLidWorkAddressStreet;
596
+				$properties["business_address_city"] = "PT_STRING8:PSETID_Address:" . PidLidWorkAddressCity;
597
+				$properties["business_address_state"] = "PT_STRING8:PSETID_Address:" . PidLidWorkAddressState;
598
+				$properties["business_address_postal_code"] = "PT_STRING8:PSETID_Address:" . PidLidWorkAddressPostalCode;
599
+				$properties["business_address_country"] = "PT_STRING8:PSETID_Address:" . PidLidWorkAddressCountry;
600 600
 				// Mailing address
601 601
 				$properties["country"] = PR_COUNTRY;
602 602
 				$properties["city"] = PR_LOCALITY;
@@ -639,7 +639,7 @@  discard block
 block discarded – undo
639 639
 				$properties = [];
640 640
 				$properties["entryid"] = PR_ENTRYID;
641 641
 				$properties["parent_entryid"] = PR_PARENT_ENTRYID;
642
-				$properties["store_entryid"] = PR_STORE_ENTRYID;	// is this required ???
642
+				$properties["store_entryid"] = PR_STORE_ENTRYID; // is this required ???
643 643
 				$properties["icon_index"] = PR_ICON_INDEX;
644 644
 				$properties["message_class"] = PR_MESSAGE_CLASS;
645 645
 				$properties["message_flags"] = PR_MESSAGE_FLAGS;
@@ -647,18 +647,18 @@  discard block
 block discarded – undo
647 647
 				$properties["smtp_address"] = PR_SMTP_ADDRESS;
648 648
 				$properties["object_type"] = PR_OBJECT_TYPE;
649 649
 				$properties["fileas"] = "PT_STRING8:PSETID_Address:0x8005";
650
-				$properties["email_address_1"] = "PT_STRING8:PSETID_Address:".PidLidEmail1EmailAddress;
651
-				$properties["email_address_display_name_1"] = "PT_STRING8:PSETID_Address:".PidLidEmail1DisplayName;
652
-				$properties["email_address_2"] = "PT_STRING8:PSETID_Address:".PidLidEmail2EmailAddress;
653
-				$properties["email_address_display_name_2"] = "PT_STRING8:PSETID_Address:".PidLidEmail2DisplayName;
654
-				$properties["email_address_3"] = "PT_STRING8:PSETID_Address:".PidLidEmail3EmailAddress;
655
-				$properties["email_address_display_name_3"] = "PT_STRING8:PSETID_Address:".PidLidEmail3DisplayName;
650
+				$properties["email_address_1"] = "PT_STRING8:PSETID_Address:" . PidLidEmail1EmailAddress;
651
+				$properties["email_address_display_name_1"] = "PT_STRING8:PSETID_Address:" . PidLidEmail1DisplayName;
652
+				$properties["email_address_2"] = "PT_STRING8:PSETID_Address:" . PidLidEmail2EmailAddress;
653
+				$properties["email_address_display_name_2"] = "PT_STRING8:PSETID_Address:" . PidLidEmail2DisplayName;
654
+				$properties["email_address_3"] = "PT_STRING8:PSETID_Address:" . PidLidEmail3EmailAddress;
655
+				$properties["email_address_display_name_3"] = "PT_STRING8:PSETID_Address:" . PidLidEmail3DisplayName;
656 656
 				$properties["email_address_entryid_1"] = "PT_BINARY:PSETID_Address:0x8085";
657 657
 				$properties["email_address_entryid_2"] = "PT_BINARY:PSETID_Address:0x8095";
658 658
 				$properties["email_address_entryid_3"] = "PT_BINARY:PSETID_Address:0x80A5";
659
-				$properties["email_address_type_1"] = "PT_STRING8:PSETID_Address:".PidLidEmail1AddressType;
660
-				$properties["email_address_type_2"] = "PT_STRING8:PSETID_Address:".PidLidEmail2AddressType;
661
-				$properties["email_address_type_3"] = "PT_STRING8:PSETID_Address:".PidLidEmail3AddressType;
659
+				$properties["email_address_type_1"] = "PT_STRING8:PSETID_Address:" . PidLidEmail1AddressType;
660
+				$properties["email_address_type_2"] = "PT_STRING8:PSETID_Address:" . PidLidEmail2AddressType;
661
+				$properties["email_address_type_3"] = "PT_STRING8:PSETID_Address:" . PidLidEmail3AddressType;
662 662
 				$properties["address_book_mv"] = "PT_MV_LONG:PSETID_Address:0x8028";
663 663
 				$properties["address_book_long"] = "PT_LONG:PSETID_Address:0x8029";
664 664
 
@@ -671,7 +671,7 @@  discard block
 block discarded – undo
671 671
 				$properties["members"] = "PT_MV_BINARY:PSETID_Address:0x8055";
672 672
 				$properties["categories"] = "PT_MV_STRING8:PS_PUBLIC_STRINGS:Keywords";
673 673
 				$properties["sensitivity"] = PR_SENSITIVITY;
674
-				$properties["private"] = "PT_BOOLEAN:PSETID_Common:".PidLidPrivate;
674
+				$properties["private"] = "PT_BOOLEAN:PSETID_Common:" . PidLidPrivate;
675 675
 				$properties["deleted_on"] = PR_DELETED_ON;
676 676
 
677 677
 				$this->mapping[$this->storeMapping]['abcontact'] = getPropIdsFromStrings($this->store, $properties);
@@ -708,7 +708,7 @@  discard block
 block discarded – undo
708 708
 				$properties["members"] = "PT_MV_BINARY:PSETID_Address:0x8055";
709 709
 				$properties["categories"] = "PT_MV_STRING8:PS_PUBLIC_STRINGS:Keywords";
710 710
 				$properties["sensitivity"] = PR_SENSITIVITY;
711
-				$properties["private"] = "PT_BOOLEAN:PSETID_Common:".PidLidPrivate;
711
+				$properties["private"] = "PT_BOOLEAN:PSETID_Common:" . PidLidPrivate;
712 712
 				$properties["creation_time"] = PR_CREATION_TIME;
713 713
 				$properties["deleted_on"] = PR_DELETED_ON;
714 714
 
@@ -752,7 +752,7 @@  discard block
 block discarded – undo
752 752
 				$properties["department_name"] = PR_DEPARTMENT_NAME;
753 753
 				$properties["normalized_subject"] = PR_NORMALIZED_SUBJECT;
754 754
 				$properties["original_display_name"] = PR_ORIGINAL_DISPLAY_NAME;
755
-				$properties["private"] = "PT_BOOLEAN:PSETID_Common:".PidLidPrivate;
755
+				$properties["private"] = "PT_BOOLEAN:PSETID_Common:" . PidLidPrivate;
756 756
 
757 757
 				$this->mapping[$this->storeMapping]['addressbook'] = getPropIdsFromStrings($this->store, $properties);
758 758
 			}
@@ -932,12 +932,12 @@  discard block
 block discarded – undo
932 932
 				$properties["flag_complete_time"] = PR_FLAG_COMPLETE_TIME;
933 933
 				$properties["flag_icon"] = PR_FOLLOWUP_ICON;
934 934
 				$properties["block_status"] = PR_BLOCK_STATUS;
935
-				$properties["reminder_time"] = "PT_SYSTIME:PSETID_Common:".PidLidReminderTime;
936
-				$properties["reminder"] = "PT_BOOLEAN:PSETID_Common:".PidLidReminderSet;
937
-				$properties["flag_request"] = "PT_STRING8:PSETID_Common:".PidLidFlagRequest;
938
-				$properties["flag_due_by"] = "PT_SYSTIME:PSETID_Common:".PidLidReminderSignalTime;
939
-				$properties["duedate"] = "PT_SYSTIME:PSETID_Task:".PidLidTaskDueDate;
940
-				$properties["startdate"] = "PT_SYSTIME:PSETID_Task:".PidLidTaskStartDate;
935
+				$properties["reminder_time"] = "PT_SYSTIME:PSETID_Common:" . PidLidReminderTime;
936
+				$properties["reminder"] = "PT_BOOLEAN:PSETID_Common:" . PidLidReminderSet;
937
+				$properties["flag_request"] = "PT_STRING8:PSETID_Common:" . PidLidFlagRequest;
938
+				$properties["flag_due_by"] = "PT_SYSTIME:PSETID_Common:" . PidLidReminderSignalTime;
939
+				$properties["duedate"] = "PT_SYSTIME:PSETID_Task:" . PidLidTaskDueDate;
940
+				$properties["startdate"] = "PT_SYSTIME:PSETID_Task:" . PidLidTaskStartDate;
941 941
 				$properties["reply_requested"] = PR_REPLY_REQUESTED;
942 942
 				$properties["reply_time"] = PR_REPLY_TIME;
943 943
 				$properties["response_requested"] = PR_RESPONSE_REQUESTED;
@@ -950,24 +950,24 @@  discard block
 block discarded – undo
950 950
 				$properties["deferred_send_time"] = PR_DEFERRED_SEND_TIME;
951 951
 
952 952
 				// Corresponding appointment related properties
953
-				$properties["appointment_startdate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentStartWhole;
954
-				$properties["appointment_duedate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentEndWhole;
955
-				$properties["appointment_location"] = "PT_STRING8:PSETID_Appointment:".PidLidLocation;
953
+				$properties["appointment_startdate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentStartWhole;
954
+				$properties["appointment_duedate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentEndWhole;
955
+				$properties["appointment_location"] = "PT_STRING8:PSETID_Appointment:" . PidLidLocation;
956 956
 				$properties["appointment_recurring_pattern"] = "PT_STRING8:PSETID_Appointment:0x8232";
957
-				$properties["appointment_recurring"] = "PT_BOOLEAN:PSETID_Appointment:".PidLidRecurring;
958
-				$properties["appointment_startdate_recurring"] = "PT_SYSTIME:PSETID_Appointment:".PidLidClipStart;	// ClipStart
959
-				$properties["appointment_enddate_recurring"] = "PT_SYSTIME:PSETID_Appointment:".PidLidClipEnd;		// ClipEnd
960
-				$properties["appointment_exception"] = "PT_BOOLEAN:PSETID_Meeting:0xA";						// LID_IS_EXCEPTION
961
-				$properties["appointment_location"] = "PT_STRING8:PSETID_Appointment:".PidLidLocation;
957
+				$properties["appointment_recurring"] = "PT_BOOLEAN:PSETID_Appointment:" . PidLidRecurring;
958
+				$properties["appointment_startdate_recurring"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidClipStart; // ClipStart
959
+				$properties["appointment_enddate_recurring"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidClipEnd; // ClipEnd
960
+				$properties["appointment_exception"] = "PT_BOOLEAN:PSETID_Meeting:0xA"; // LID_IS_EXCEPTION
961
+				$properties["appointment_location"] = "PT_STRING8:PSETID_Appointment:" . PidLidLocation;
962 962
 				// Propose new time properties
963
-				$properties["proposed_start_date"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentProposedStartWhole;
964
-				$properties["proposed_end_date"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentProposedEndWhole;
963
+				$properties["proposed_start_date"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentProposedStartWhole;
964
+				$properties["proposed_end_date"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentProposedEndWhole;
965 965
 				$properties["proposed_duration"] = "PT_LONG:PSETID_Appointment:0x8256";
966
-				$properties["counter_proposal"] = "PT_BOOLEAN:PSETID_Appointment:".PidLidAppointmentCounterProposal;
966
+				$properties["counter_proposal"] = "PT_BOOLEAN:PSETID_Appointment:" . PidLidAppointmentCounterProposal;
967 967
 
968 968
 				$properties["deleted_on"] = PR_DELETED_ON;
969
-				$properties["updatecounter"] = "PT_LONG:PSETID_Appointment:".PidLidAppointmentSequence;
970
-				$properties["hide_attachments"] = "PT_BOOLEAN:PSETID_Common:".PidLidSmartNoAttach;
969
+				$properties["updatecounter"] = "PT_LONG:PSETID_Appointment:" . PidLidAppointmentSequence;
970
+				$properties["hide_attachments"] = "PT_BOOLEAN:PSETID_Common:" . PidLidSmartNoAttach;
971 971
 
972 972
 				// meeting request properties
973 973
 				$properties["responsestatus"] = "PT_LONG:PSETID_Appointment:0x8218";
@@ -1077,33 +1077,33 @@  discard block
 block discarded – undo
1077 1077
 				$properties["last_modification_time"] = PR_LAST_MODIFICATION_TIME;
1078 1078
 				$properties["creation_time"] = PR_CREATION_TIME;
1079 1079
 				$properties["hasattach"] = PR_HASATTACH;
1080
-				$properties["complete"] = "PT_BOOLEAN:PSETID_Task:".PidLidTaskComplete;
1081
-				$properties["duedate"] = "PT_SYSTIME:PSETID_Task:".PidLidTaskDueDate;
1082
-				$properties["status"] = "PT_LONG:PSETID_Task:".PidLidTaskStatus;
1083
-				$properties["percent_complete"] = "PT_DOUBLE:PSETID_Task:".PidLidPercentComplete;
1084
-				$properties["hide_attachments"] = "PT_BOOLEAN:PSETID_Common:".PidLidSmartNoAttach;
1085
-				$properties["startdate"] = "PT_SYSTIME:PSETID_Task:".PidLidTaskStartDate;
1080
+				$properties["complete"] = "PT_BOOLEAN:PSETID_Task:" . PidLidTaskComplete;
1081
+				$properties["duedate"] = "PT_SYSTIME:PSETID_Task:" . PidLidTaskDueDate;
1082
+				$properties["status"] = "PT_LONG:PSETID_Task:" . PidLidTaskStatus;
1083
+				$properties["percent_complete"] = "PT_DOUBLE:PSETID_Task:" . PidLidPercentComplete;
1084
+				$properties["hide_attachments"] = "PT_BOOLEAN:PSETID_Common:" . PidLidSmartNoAttach;
1085
+				$properties["startdate"] = "PT_SYSTIME:PSETID_Task:" . PidLidTaskStartDate;
1086 1086
 				$properties["owner"] = "PT_STRING8:PSETID_Task:0x811f";
1087
-				$properties["reminder_minutes"] = "PT_LONG:PSETID_Common:".PidLidReminderDelta;
1088
-				$properties["reminder_time"] = "PT_SYSTIME:PSETID_Common:".PidLidReminderTime;
1089
-				$properties["reminder"] = "PT_BOOLEAN:PSETID_Common:".PidLidReminderSet;
1087
+				$properties["reminder_minutes"] = "PT_LONG:PSETID_Common:" . PidLidReminderDelta;
1088
+				$properties["reminder_time"] = "PT_SYSTIME:PSETID_Common:" . PidLidReminderTime;
1089
+				$properties["reminder"] = "PT_BOOLEAN:PSETID_Common:" . PidLidReminderSet;
1090 1090
 				$properties["reset_reminder"] = "PT_BOOLEAN:PSETID_Task:0x8107";
1091
-				$properties["date_completed"] = "PT_SYSTIME:PSETID_Task:".PidLidTaskDateCompleted;
1091
+				$properties["date_completed"] = "PT_SYSTIME:PSETID_Task:" . PidLidTaskDateCompleted;
1092 1092
 				$properties["totalwork"] = "PT_LONG:PSETID_Task:0x8111";
1093 1093
 				$properties["actualwork"] = "PT_LONG:PSETID_Task:0x8110";
1094 1094
 				$properties["companies"] = "PT_MV_STRING8:PSETID_Common:0x8539";
1095 1095
 				$properties["mileage"] = "PT_STRING8:PSETID_Common:0x8534";
1096 1096
 				$properties["billing_information"] = "PT_STRING8:PSETID_Common:0x8535";
1097
-				$properties["private"] = "PT_BOOLEAN:PSETID_Common:".PidLidPrivate;
1097
+				$properties["private"] = "PT_BOOLEAN:PSETID_Common:" . PidLidPrivate;
1098 1098
 				$properties["categories"] = "PT_MV_STRING8:PS_PUBLIC_STRINGS:Keywords";
1099 1099
 				$properties["commonstart"] = "PT_SYSTIME:PSETID_Common:0x8516";
1100 1100
 				$properties["commonend"] = "PT_SYSTIME:PSETID_Common:0x8517";
1101 1101
 				$properties["commonassign"] = "PT_LONG:PSETID_Common:0x8518";
1102 1102
 				$properties["flag_icon"] = PR_FOLLOWUP_ICON;
1103
-				$properties["flag_due_by"] = "PT_SYSTIME:PSETID_Common:".PidLidReminderSignalTime;
1103
+				$properties["flag_due_by"] = "PT_SYSTIME:PSETID_Common:" . PidLidReminderSignalTime;
1104 1104
 				$properties["flag_status"] = PR_FLAG_STATUS;
1105 1105
 				$properties["flag_complete_time"] = PR_FLAG_COMPLETE_TIME;
1106
-				$properties["flag_request"] = "PT_STRING8:PSETID_Common:".PidLidFlagRequest;
1106
+				$properties["flag_request"] = "PT_STRING8:PSETID_Common:" . PidLidFlagRequest;
1107 1107
 				$properties["recurring"] = "PT_BOOLEAN:PSETID_Task:0x8126";
1108 1108
 				$properties["recurring_data"] = "PT_BINARY:PSETID_Task:0x8116";
1109 1109
 				$properties["dead_occurrence"] = "PT_BOOLEAN:PSETID_Task:0x8109";
@@ -1243,25 +1243,25 @@  discard block
 block discarded – undo
1243 1243
 				$properties["subject"] = PR_SUBJECT;
1244 1244
 				$properties["object_type"] = PR_OBJECT_TYPE;
1245 1245
 
1246
-				$properties["reminder"] = "PT_BOOLEAN:PSETID_Common:".PidLidReminderSet;				// PidLidReminderSet
1247
-				$properties["reminder_minutes"] = "PT_LONG:PSETID_Common:".PidLidReminderDelta;			// PidLidReminderDelta
1248
-				$properties["reminder_time"] = "PT_SYSTIME:PSETID_Common:".PidLidReminderTime;			// PidLidReminderTime
1249
-				$properties["flagdueby"] = "PT_SYSTIME:PSETID_Common:".PidLidReminderSignalTime;				// PidLidReminderSignalTime
1246
+				$properties["reminder"] = "PT_BOOLEAN:PSETID_Common:" . PidLidReminderSet; // PidLidReminderSet
1247
+				$properties["reminder_minutes"] = "PT_LONG:PSETID_Common:" . PidLidReminderDelta; // PidLidReminderDelta
1248
+				$properties["reminder_time"] = "PT_SYSTIME:PSETID_Common:" . PidLidReminderTime; // PidLidReminderTime
1249
+				$properties["flagdueby"] = "PT_SYSTIME:PSETID_Common:" . PidLidReminderSignalTime; // PidLidReminderSignalTime
1250 1250
 
1251
-				$properties["task_duedate"] = "PT_SYSTIME:PSETID_Task:".PidLidTaskDueDate;				// PidLidTaskDueDate
1252
-				$properties["task_startdate"] = "PT_SYSTIME:PSETID_Task:".PidLidTaskStartDate;			// PidLidTaskStartDate
1253
-				$properties["task_resetreminder"] = "PT_BOOLEAN:PSETID_Task:0x8107";		// PidLidTaskResetReminder
1254
-				$properties["task_recurring"] = "PT_BOOLEAN:PSETID_Task:0x8126";			// PidLidTaskFRecurring
1251
+				$properties["task_duedate"] = "PT_SYSTIME:PSETID_Task:" . PidLidTaskDueDate; // PidLidTaskDueDate
1252
+				$properties["task_startdate"] = "PT_SYSTIME:PSETID_Task:" . PidLidTaskStartDate; // PidLidTaskStartDate
1253
+				$properties["task_resetreminder"] = "PT_BOOLEAN:PSETID_Task:0x8107"; // PidLidTaskResetReminder
1254
+				$properties["task_recurring"] = "PT_BOOLEAN:PSETID_Task:0x8126"; // PidLidTaskFRecurring
1255 1255
 				$properties["taskmode"] = "PT_LONG:PSETID_Common:0x8518";
1256 1256
 
1257
-				$properties["appointment_recurring"] = "PT_BOOLEAN:PSETID_Appointment:".PidLidRecurring;			// PidLidRecurring
1258
-				$properties["appointment_startdate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentStartWhole;
1259
-				$properties["appointment_enddate"] = "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentEndWhole;
1260
-				$properties["appointment_startdate_recurring"] = "PT_SYSTIME:PSETID_Appointment:".PidLidClipStart;
1261
-				$properties["appointment_recurring_data"] = "PT_BINARY:PSETID_Appointment:".PidLidAppointmentRecur;
1262
-				$properties["appointment_timezone_data"] = "PT_BINARY:PSETID_Appointment:".PidLidTimeZoneStruct;
1263
-				$properties["appointment_enddate_recurring"] = "PT_SYSTIME:PSETID_Appointment:".PidLidClipEnd;
1264
-				$properties["location"] = "PT_STRING8:PSETID_Appointment:".PidLidLocation;
1257
+				$properties["appointment_recurring"] = "PT_BOOLEAN:PSETID_Appointment:" . PidLidRecurring; // PidLidRecurring
1258
+				$properties["appointment_startdate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentStartWhole;
1259
+				$properties["appointment_enddate"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentEndWhole;
1260
+				$properties["appointment_startdate_recurring"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidClipStart;
1261
+				$properties["appointment_recurring_data"] = "PT_BINARY:PSETID_Appointment:" . PidLidAppointmentRecur;
1262
+				$properties["appointment_timezone_data"] = "PT_BINARY:PSETID_Appointment:" . PidLidTimeZoneStruct;
1263
+				$properties["appointment_enddate_recurring"] = "PT_SYSTIME:PSETID_Appointment:" . PidLidClipEnd;
1264
+				$properties["location"] = "PT_STRING8:PSETID_Appointment:" . PidLidLocation;
1265 1265
 
1266 1266
 				$this->mapping[$this->storeMapping]['reminder'] = getPropIdsFromStrings($this->store, $properties);
1267 1267
 			}
Please login to merge, or discard this patch.
server/includes/modules/class.advancedsearchlistmodule.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -21,10 +21,10 @@  discard block
 block discarded – undo
21 21
 			$this->properties = array_merge($this->properties, [
22 22
 				'body' => PR_BODY,
23 23
 				'html_body' => PR_HTML,
24
-				'startdate' => "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentStartWhole,
25
-				'duedate' => "PT_SYSTIME:PSETID_Appointment:".PidLidAppointmentEndWhole,
24
+				'startdate' => "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentStartWhole,
25
+				'duedate' => "PT_SYSTIME:PSETID_Appointment:" . PidLidAppointmentEndWhole,
26 26
 				'creation_time' => PR_CREATION_TIME,
27
-				"task_duedate" => "PT_SYSTIME:PSETID_Task:".PidLidTaskDueDate,
27
+				"task_duedate" => "PT_SYSTIME:PSETID_Task:" . PidLidTaskDueDate,
28 28
 			]);
29 29
 			$this->properties = getPropIdsFromStrings($GLOBALS["mapisession"]->getDefaultMessageStore(), $this->properties);
30 30
 		}
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
 			elseif ($type == RES_BITMASK) {
205 205
 				$subres = $restriction[1];
206 206
 				if ($subres[ULPROPTAG] == PR_MESSAGE_FLAGS && $subres[ULTYPE] == BMR_EQZ) {
207
-					if (MSGFLAG_READ & $subres[ULMASK]) {
207
+					if (MSGFLAG_READ&$subres[ULMASK]) {
208 208
 						$patterns['unread'] = true;
209 209
 					}
210 210
 				}
@@ -344,7 +344,7 @@  discard block
 block discarded – undo
344 344
 					}
345 345
 				}
346 346
 				// we never start the search folder because we will populate the search folder by ourselves
347
-				mapi_folder_setsearchcriteria($searchFolder, $this->restriction, $entryids, $subfolder_flag | STOP_SEARCH);
347
+				mapi_folder_setsearchcriteria($searchFolder, $this->restriction, $entryids, $subfolder_flag|STOP_SEARCH);
348 348
 				$this->sessionData['searchCriteriaCheck'] = $restrictionCheck;
349 349
 			}
350 350
 
@@ -353,7 +353,7 @@  discard block
 block discarded – undo
353 353
 				if ($this->sessionData['searchOriginalEntryids'][0] !== $folderEntryid) {
354 354
 					$this->sessionData['searchOriginalEntryids'][0] = $folderEntryid;
355 355
 					// we never start the search folder because we will populate the search folder by ourselves
356
-					mapi_folder_setsearchcriteria($searchFolder, $this->restriction, [$entryid], $subfolder_flag | STOP_SEARCH);
356
+					mapi_folder_setsearchcriteria($searchFolder, $this->restriction, [$entryid], $subfolder_flag|STOP_SEARCH);
357 357
 				}
358 358
 			}
359 359
 
Please login to merge, or discard this patch.
server/includes/modules/class.appointmentlistmodule.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -239,8 +239,8 @@
 block discarded – undo
239 239
 		public function getCalendarItems($store, $entryid, $start, $end) {
240 240
 			// Create mapping for restriction used properties which should not be send to the client.
241 241
 			$properties = [
242
-				"clipstart" => "PT_SYSTIME:PSETID_Appointment:".PidLidClipStart,
243
-				"clipend" => "PT_SYSTIME:PSETID_Appointment:".PidLidClipEnd,
242
+				"clipstart" => "PT_SYSTIME:PSETID_Appointment:" . PidLidClipStart,
243
+				"clipend" => "PT_SYSTIME:PSETID_Appointment:" . PidLidClipEnd,
244 244
 			];
245 245
 			$properties = getPropIdsFromStrings($store, $properties);
246 246
 
Please login to merge, or discard this patch.