Changeset 7595


Ignore:
Timestamp:
12/03/12 17:04:44 (11 years ago)
Author:
acoutinho
Message:

Ticket #3143 - Remocao de codigo desncessario para normalizacao de timezones.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/interceptors/DBMapping.php

    r7590 r7595  
    895895    } 
    896896 
    897     public function diffOffset( $from, $to ){ 
    898  
    899         if(($from < 0 && $to < 0) || ($from > 0 && $to > 0) ){ 
    900  
    901             return ($from - $to); 
    902  
    903         }else{ 
    904             return ( $from > 0 ? ($to - $from) : ($from - $to)); 
    905         } 
    906  
    907     } 
    908      
    909  
    910897//TODO: Remover apos suporte a deepness na api 
    911898    public static function deepnessReadParticipant( &$uri , &$result , &$criteria , $original ){ 
Note: See TracChangeset for help on using the changeset viewer.