Ignore:
Timestamp:
05/17/11 11:12:28 (13 years ago)
Author:
brunocosta
Message:

Ticket #1899 - Permite criação de apontamento de horas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/calendar/inc/class.bocalendar.inc.php

    r3910 r4427  
    16621662                                $error = 43; 
    16631663                        } 
    1664                         elseif ($event['title'] == '') 
     1664                        elseif ($event['type'] != 'hourAppointment' && $event['title'] == '') 
    16651665                        { 
    16661666                                $error = 40; 
Note: See TracChangeset for help on using the changeset viewer.