projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2faab
)
Vergessen, ein Vorkommen von "$latex" in "$latex_templates" umzubenennen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 21 Dec 2006 10:03:26 +0000
(10:03 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 21 Dec 2006 10:03:26 +0000
(10:03 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
fab0a1a
..
e7eb2fb
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1459,7
+1459,7
@@
sub print_options {
$format .= qq|<option value=html $form->{DF}{html}>HTML</option>|;
- if ($latex) {
+ if ($latex
_templates
) {
$format .= qq|<option value=postscript $form->{DF}{postscript}>| .
$locale->text('Postscript') . qq|</option>|;
}