now displays the title - description

This commit is contained in:
skeeter 2001-01-26 04:22:15 +00:00
parent 53a67b7722
commit 27c6fc6ed1

View File

@ -788,7 +788,7 @@
$pict = "rpt.gif";
}
}
$p->set_var('link_entry',$this->link_to_entry($lr_events->id, $pict, $lr_events->description));
$p->set_var('link_entry',$this->link_to_entry($lr_events->id, $pict, $this->is_private($lr_events,$owner).' - '.$lr_events->description));
if (intval($phpgw->common->show_date($lr_events->datetime,"Hi"))) {
if ($phpgw_info["user"]["preferences"]["common"]["timeformat"] == "12") {
$format = "h:i a";