projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25bac08
)
Rerun. Allowing more than one document attachment.
author
Joe
<unknown>
Thu, 5 Dec 2013 08:58:28 +0000
(09:58 +0100)
committer
Joe
<unknown>
Thu, 5 Dec 2013 08:58:28 +0000
(09:58 +0100)
admin/db/attachments_db.inc
patch
|
blob
|
history
diff --git
a/admin/db/attachments_db.inc
b/admin/db/attachments_db.inc
index bb4c04c8cf0351d3677dc9b13370ada7c9a87ac3..5712b22a9480cf1182ae8db4c51d4c076d2503cb 100644
(file)
--- 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:")." <a href='$path_to_root/admin/attachments.php?vw=".$attachment["id"]." ' target='blanc_'>
ID:
".
+ $str_return .= _("Attached File:")." <a href='$path_to_root/admin/attachments.php?vw=".$attachment["id"]." ' target='blanc_'> ".
$attachment["id"] . " " . $attachment["description"]. " - ". $attachment["filename"]."</a><br/>";
}
return $str_return . "<br/>";