Ignore:
Timestamp:
05/02/13 15:19:28 (11 years ago)
Author:
cristiano
Message:

Ticket #3209 - Integrar módulo de sincronização Z-push ao Expresso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zpush/lib/utils/utils.php

    r7589 r8131  
    446446    static public function IsSystemFolder($foldertype) { 
    447447        return ($foldertype == SYNC_FOLDER_TYPE_INBOX || $foldertype == SYNC_FOLDER_TYPE_DRAFTS || $foldertype == SYNC_FOLDER_TYPE_WASTEBASKET || $foldertype == SYNC_FOLDER_TYPE_SENTMAIL || 
    448                 $foldertype == SYNC_FOLDER_TYPE_OUTBOX || $foldertype == SYNC_FOLDER_TYPE_TASK || $foldertype == SYNC_FOLDER_TYPE_APPOINTMENT || $foldertype == SYNC_FOLDER_TYPE_CONTACT || 
     448                $foldertype == SYNC_FOLDER_TYPE_OUTBOX || $foldertype == SYNC_FOLDER_TYPE_TASK /*|| $foldertype == SYNC_FOLDER_TYPE_APPOINTMENT */|| $foldertype == SYNC_FOLDER_TYPE_CONTACT || 
    449449                $foldertype == SYNC_FOLDER_TYPE_NOTE || $foldertype == SYNC_FOLDER_TYPE_JOURNAL) ? true:false; 
    450450    } 
Note: See TracChangeset for help on using the changeset viewer.