fix travis failure
This commit is contained in:
parent
c9c54e38cc
commit
5514598536
@ -401,7 +401,7 @@ if ($action == 'mupdate')
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$datep=dol_mktime($shour, $smin, 0,substr($newdate,13,2) , substr($newdate,15,2), substr($newdate,9,4));
|
$datep=dol_mktime($shour, $smin, 0, substr($newdate,13,2), substr($newdate,15,2), substr($newdate,9,4));
|
||||||
if ($datep!=$object->datep)
|
if ($datep!=$object->datep)
|
||||||
{
|
{
|
||||||
if (!empty($object->datef))
|
if (!empty($object->datef))
|
||||||
|
|||||||
@ -1277,7 +1277,7 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa
|
|||||||
|
|
||||||
// Show title
|
// Show title
|
||||||
if ($event->type_code == 'ICALEVENT') print dol_trunc($event->libelle,$maxnbofchar);
|
if ($event->type_code == 'ICALEVENT') print dol_trunc($event->libelle,$maxnbofchar);
|
||||||
else print $event->getNomUrl(0,$maxnbofchar,'cal_event id_'.$event->id);
|
else print $event->getNomUrl(0,$maxnbofchar,'cal_event');
|
||||||
|
|
||||||
if ($event->type_code == 'ICALEVENT') print '<br>('.dol_trunc($event->icalname,$maxnbofchar).')';
|
if ($event->type_code == 'ICALEVENT') print '<br>('.dol_trunc($event->icalname,$maxnbofchar).')';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user