projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b1b90
)
Catch errors
author
Duck (Jakob Munih)
<duck@obala.net>
Wed, 15 Jul 2009 14:08:19 +0000
(16:08 +0200)
committer
Duck (Jakob Munih)
<duck@obala.net>
Wed, 15 Jul 2009 14:08:43 +0000
(16:08 +0200)
news/pdf.php
patch
|
blob
|
history
diff --git
a/news/pdf.php
b/news/pdf.php
index
b5951d6
..
1e35c76
100644
(file)
--- a/
news/pdf.php
+++ b/
news/pdf.php
@@
-45,7
+45,7
@@
if ($row['picture']) {
try {
$pdf->image($file, 120, 20);
} catch (Horde_Pdf_Exception $e) {
- Horde::logMessage($e, __FILE__, __LINE__, PEAR_LOG_INFO)
+ Horde::logMessage($e, __FILE__, __LINE__, PEAR_LOG_INFO)
;
}
}