From c5e0330b9eb4389de88a48fad00fd01337b391e3 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sun, 18 Mar 2001 17:04:22 +0000 Subject: [PATCH] added html comment to debug the participant problem --- calendar/edit_entry.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calendar/edit_entry.php b/calendar/edit_entry.php index 96df54fc3d..d01a1447cf 100755 --- a/calendar/edit_entry.php +++ b/calendar/edit_entry.php @@ -168,7 +168,7 @@ $p->parse('out','edit_entry_begin'); // Brief Description - display_item(lang('Brief Description'),''); + display_item(lang('Title'),''); // Full Description display_item(lang('Full Description'),''); @@ -239,6 +239,7 @@ $users = Array(); for($i=0;$i'."\n"; if($accounts[$i] != $owner && !isset($users[$accounts[$i]])) { $users[$accounts[$i]] = $phpgw->common->grab_owner_name($accounts[$i]);