Ignore:
Timestamp:
11/22/10 17:17:05 (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.2/expressoAdmin1_2/inc/class.user.inc.php

    r3161 r3528  
    11001100                        $cyrus_version = '2' . $tmp[1][0]; 
    11011101                         
    1102                     if ($cyrus_version < '22') 
     1102                            if ( $cyrus_version < intVal('22') ) 
    11031103                { 
    11041104                                        $return['status'] = false; 
Note: See TracChangeset for help on using the changeset viewer.