projects
/
project/gallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1524687
)
- task: generate multipart reports (on multiple errors)
author
Thilo Wawrzik
Wed, 30 May 2007 15:34:34 +0000 (15:34 +0000)
committer
Thilo Wawrzik
Wed, 30 May 2007 15:34:34 +0000 (15:34 +0000)
gallery_report.inc
patch
|
blob
|
blame
|
history
diff --git
a/gallery_report.inc
b/gallery_report.inc
index
e52e23e
..
35380ac
100644
(file)
--- a/
gallery_report.inc
+++ b/
gallery_report.inc
@@
-84,6
+84,9
@@
function _gallery_report($download = FALSE, $report = array(), $cache = FALSE) {
$content = theme('gallery_report', $report);
if ($cache) {
+ if ($cache_content = cache_get('gallery_report_'. session_id())) {
+ $content .= $cache_content->data;
+ }
cache_set('gallery_report_'. session_id(), 'cache', $content, time()+600);
}
if ($download) {