Changeset 3529


Ignore:
Timestamp:
11/22/10 17:19:11 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #1415 - Correcao para a deteccao da versao do cyrus, maior que 22

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/expressoAdmin1_2/inc/class.user.inc.php

    r621 r3529  
    10761076                        $cyrus_version = '2' . $tmp[1][0]; 
    10771077                         
    1078                     if ($cyrus_version < '22') 
     1078                                if ( $cyrus_version < intVal('22') ) 
    10791079                { 
    10801080                                        $return['status'] = false; 
Note: See TracChangeset for help on using the changeset viewer.