diff options
author | ddtddt <ddtddt@piwigo.org> | 2007-12-12 20:19:24 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2007-12-12 20:19:24 +0000 |
commit | 99c692d3691928bbfd2f729c75f0b9e85abf9523 (patch) | |
tree | abe3c67d063940ad5c7629d640bcab11a0ca9e86 /admin/history.php | |
parent | 1117ff9ed2bef4bde5020fc5f299af9b286754b5 (diff) |
comit for the bug 782 and 783
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2179 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/history.php')
-rw-r--r-- | admin/history.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/history.php b/admin/history.php index 7bd8a061a..2440a65e2 100644 --- a/admin/history.php +++ b/admin/history.php @@ -441,6 +441,7 @@ SELECT if (isset($label_of_image[$line['image_id']])) { $image_string.= ' '.$label_of_image[$line['image_id']]; + $image_string.= '</a>'; } else { |