Changeset 2134183
- Timestamp:
- 08/05/2019 11:29:07 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-issues-crm/trunk/php/entity/class-wic-entity-email-activesync-synch.php
r2134141 r2134183 70 70 $synch_fetch_time = microtime(true); 71 71 $synch_fetch_time_stamp = floor( $synch_fetch_time ); 72 73 // get folder from main router 74 $folder = WIC_Entity_Email_Account::get_folder(); 72 75 73 76 WIC_Entity_Email_Cron::log_mail ( "WIC_Entity_Email_ActiveSync_Synch::synch_inbox -- connection initiated for timestamp $synch_fetch_time_stamp -- folder $folder. "); … … 85 88 self::lock_inbox( $temporary_table ); 86 89 87 // get folder from main router 88 $folder = WIC_Entity_Email_Account::get_folder(); 90 89 91 // what kind of synch? 90 92 $sync_start_point = self::SYNC_POINT_PREFIX . $folder;
Note: See TracChangeset
for help on using the changeset viewer.