From 79c669c6cbc5c51b1a2eb2923559dc453a34d3f3 Mon Sep 17 00:00:00 2001
From: Nathan Gray <nathangray.bsc@gmail.com>
Date: Tue, 25 Oct 2011 22:52:34 +0000
Subject: [PATCH] Add placeholder for attachments

---
 infolog/inc/class.infolog_merge.inc.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infolog/inc/class.infolog_merge.inc.php b/infolog/inc/class.infolog_merge.inc.php
index dde740224a..cc932240ad 100644
--- a/infolog/inc/class.infolog_merge.inc.php
+++ b/infolog/inc/class.infolog_merge.inc.php
@@ -111,6 +111,7 @@ class infolog_merge extends bo_merge
 
 		// Links
 		$array['links'] = $this->get_links('infolog', $id);
+		$array['attachments'] = $this->get_links('infolog', $id, egw_link::VFS_APPNAME);
 
 		// Add markers
 		foreach($array as $key => &$value)
@@ -185,6 +186,7 @@ class infolog_merge extends bo_merge
 		echo '<tr><td colspan="4"><h3>'.lang('General fields:')."</h3></td></tr>";
 		foreach(array(
 			'links' => lang('Titles of any entries linked to the current record'),
+			'attachments' => lang('List of files linked to the current record'),
 			'date' => lang('Date'),
 			'user/n_fn' => lang('Name of current user, all other contact fields are valid too'),
 			'user/account_lid' => lang('Username'),