Changeset 89 for trunk/calendar


Ignore:
Timestamp:
11/05/07 10:47:44 (16 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

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

    r57 r89  
    30163016                                $tmpbody.= "<b>".lang("external participants").":: </b> ".htmlentities($this->ex_participants); 
    30173017                                $tmpbody.= "<br>".lang("Summary").": ".$this->so->cal->event[title]."<br>"; 
    3018                                 $tmpbody.= "<br>".lang("Start date").": ".$GLOBALS['phpgw']->common->show_date($starttime)."<br>".lang("End date").": ".$GLOBALS['phpgw']->common->show_date($endtime)."<br>"; 
     3018                                $tmpbody.= "<br>".lang("Start time").": ".$GLOBALS['phpgw']->common->show_date($starttime)."<br>".lang("End date").": ".$GLOBALS['phpgw']->common->show_date($endtime)."<br>"; 
    30193019                                $tmpbody.= "<br><br><hr size='1' width='100%'><font color='red'>" 
    30203020                                .lang("This message was sent by server. You must send a message to sender to confirm this event")."<br>" 
Note: See TracChangeset for help on using the changeset viewer.