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:
079b834
)
Kompatibilität mit älteren lx-erp.confs: Wenn $latex (alt) definiert ist, $latex_temp...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 29 Dec 2006 09:41:36 +0000
(09:41 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 29 Dec 2006 09:41:36 +0000
(09:41 +0000)
am.pl
patch
|
blob
|
history
diff --git
a/am.pl
b/am.pl
index
a9b0532
..
df71c21
100755
(executable)
--- a/
am.pl
+++ b/
am.pl
@@
-46,6
+46,11
@@
use SL::Form;
eval { require "lx-erp.conf"; };
+if (defined($latex) && !defined($latex_templates)) {
+ $latex_templates = $latex;
+ undef($latex);
+}
+
$form = new Form;
# name of this script