Ignore:
Timestamp:
11/03/11 13:21:19 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo calendar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.uipublicview.inc.php

    r3966 r5132  
    466466                                        ); 
    467467                                } 
    468                                 if($event['attachment'] != '') 
    469                                 { 
    470                                         $picture[] = Array( 
    471                                                 'pict'  => $GLOBALS['phpgw']->common->image('calendar','circle'), 
    472                                                 'width' => 9, 
    473                                                 'height'=> 9, 
    474                                                 'title' => lang('Has Attachment') 
    475                                         ); 
    476                                 } 
    477468                                else 
    478469                                { 
     
    529520                        } 
    530521 
    531                         if($event['attachment'] != '') 
    532                         { 
    533                             $picture[] = Array( 
    534                                     'pict'      => $GLOBALS['phpgw']->common->image('calendar','circle'), 
    535                                     'width'     => 9, 
    536                                     'height'=> 9, 
    537                                     'title' => lang('Has Attachment') 
    538                             ); 
    539                         } 
    540522                        $description = $this->bo->get_short_field($event,$is_private,'description'); 
    541523                        for($i=0;$i<count($picture);$i++) 
Note: See TracChangeset for help on using the changeset viewer.