From: Joe Date: Thu, 5 Dec 2013 08:58:28 +0000 (+0100) Subject: Rerun. Allowing more than one document attachment. X-Git-Tag: 2.3-final~165 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=bb6b2a6f6e61aa7e1da0ce31de36b34e6fbdf64e;p=fa-stable.git Rerun. Allowing more than one document attachment. --- diff --git a/admin/db/attachments_db.inc b/admin/db/attachments_db.inc index bb4c04c8..5712b22a 100644 --- a/admin/db/attachments_db.inc +++ b/admin/db/attachments_db.inc @@ -64,7 +64,7 @@ function get_attachment_string($type, $id) { if (strlen($str_return)) $str_return = $str_return . " \n"; - $str_return .= _("Attached File:")." ID: ". + $str_return .= _("Attached File:")." ". $attachment["id"] . " " . $attachment["description"]. " - ". $attachment["filename"]."
"; } return $str_return . "
";