Changeset 4425


Ignore:
Timestamp:
05/17/11 10:31:57 (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.0.1/calendar/inc/class.bocalendar.inc.php

    r4217 r4425  
    17001700                                $error = 43; 
    17011701                        } 
    1702                         elseif ($event['title'] == '') 
     1702                        elseif ($event['type'] != 'hourAppointment' && $event['title'] == '') 
    17031703                        { 
    17041704                                $error = 40; 
Note: See TracChangeset for help on using the changeset viewer.