INN commit: trunk (CONTRIBUTORS scripts/innreport.in)
INN Commit
Russ_Allbery at isc.org
Tue Oct 7 17:09:47 UTC 2008
Date: Tuesday, October 7, 2008 @ 10:09:47
Author: iulius
Revision: 8143
Test for the existence of 'img_dir' instead of 'html_dir'.
Thanks to Wim Lewis for the patch.
Modified:
trunk/CONTRIBUTORS
trunk/scripts/innreport.in
----------------------+
CONTRIBUTORS | 2 +-
scripts/innreport.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: CONTRIBUTORS
===================================================================
--- CONTRIBUTORS 2008-10-07 17:08:32 UTC (rev 8142)
+++ CONTRIBUTORS 2008-10-07 17:09:47 UTC (rev 8143)
@@ -268,4 +268,4 @@
Kai Gallasch, Ollivier Robert, Ivan Shmakov, Kachun Lee, Kirill Berezin,
D. Stussy, Alan Schwartz, Shalon Wood, Nick Couchman, Jakub Bogusz,
J. Thomas Halliley, Matija Nalis, Geraint A. Edwards, Alexander Bartolich,
-David Hlacik, Andreas Mattheiss, James Ralston
+David Hlacik, Andreas Mattheiss, James Ralston, Wim Lewis
Modified: scripts/innreport.in
===================================================================
--- scripts/innreport.in 2008-10-07 17:08:32 UTC (rev 8142)
+++ scripts/innreport.in 2008-10-07 17:09:47 UTC (rev 8143)
@@ -212,7 +212,7 @@
$IMG_pth = $ref{'webpath'} if defined $ref{'webpath'};
$IMG_dir = $HTML_dir . "/" . $IMG_pth
- if (defined $output{'default'}{'html_dir'} ||
+ if (defined $output{'default'}{'img_dir'} ||
defined $ref{'w'} || defined $ref{'webpath'})
&&
(defined $output{'default'}{'html_dir'} ||
More information about the inn-committers
mailing list