Ignore:
Timestamp:
08/10/12 12:25:20 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Correcao de bugs e refactoring das novas funcionalidades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/interceptors/DBMapping.php

    r6977 r6985  
    12421242        if (count($result) > 0) { 
    12431243            foreach ($result as $value) { 
    1244                 if (isset($value['isOwner']) && $value['isOwner'] != 0) 
     1244                if (isset($value['isOwner']) && $value['isOwner'] != 0 && isset($value['type']) && $value['type'] == 0) 
    12451245                    $isValidSignature = true; 
    1246  
    12471246            } 
    12481247        } 
Note: See TracChangeset for help on using the changeset viewer.