Ignore:
Timestamp:
08/16/11 16:46:01 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1820 - Evento sem duração em conflito com outro não é apresentado.r4920

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.common.inc.php

    r3966 r4935  
    18391839                                case 46: $s .= lang('Recurrent appointments must have a final date').'.'; 
    18401840                                        break; 
    1841                                 case 47: $s .= lang('The starting time can not be greater than end time').'.'; 
     1841                                case 47: $s .= lang('End time can not be less than or equal to start time').'.'; 
    18421842                                        break; 
    18431843                                case 99: $s .= lang('The attachment is to big').'.'; 
Note: See TracChangeset for help on using the changeset viewer.