diff --git a/main/calendar/agenda.inc.php b/main/calendar/agenda.inc.php index e70cf2aac3..d11b64b255 100644 --- a/main/calendar/agenda.inc.php +++ b/main/calendar/agenda.inc.php @@ -1090,14 +1090,14 @@ function get_agenda_item($id) { global $TABLEAGENDA; $id=(int)addslashes($_GET['id']); - $sql = "SELECT * FROM ".$TABLEAGENDA." WHERE id='".$id."'"; - $result = api_sql_query($sql,__FILE__,__LINE__); - $entry_to_edit = mysql_fetch_array($result); - $item['title'] = $entry_to_edit["title"]; + $sql = "SELECT * FROM ".$TABLEAGENDA." WHERE id='".$id."'"; + $result = api_sql_query($sql,__FILE__,__LINE__); + $entry_to_edit = mysql_fetch_array($result); + $item['title'] = $entry_to_edit["title"]; $item['content'] = $entry_to_edit["content"]; - $item['start_date'] = $entry_to_edit["start_date"]; + $item['start_date'] = $entry_to_edit["start_date"]; $item['end_date'] = $entry_to_edit["end_date"]; - $item['to']=load_edit_users(TOOL_CALENDAR_EVENT, $id); + $item['to'] = load_edit_users(TOOL_CALENDAR_EVENT, $id); // if the item has been sent to everybody then we show the compact to form if ($item['to']=="everyone") { @@ -1447,6 +1447,7 @@ function display_agenda_items() $month_bar=""; $event_list=""; $counter=0; + $export_icon = api_get_path('WEB_IMG_PATH').'export.png'; while ($myrow=mysql_fetch_array($result)) { echo "
";
+ echo ' |