Ignore:
Timestamp:
08/12/11 16:42:11 (13 years ago)
Author:
rafaelraymundo
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/phpgwapi/inc/class.common.inc.php

    r3966 r4920  
    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.