removed nasty timestamp from auto-documentation

This commit is contained in:
filux 2016-01-02 10:08:40 +01:00
parent 01eb7b70d6
commit 60f7eb519a
2 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit f22554bcfa828545a8996e8f08a49c9f96848283
Subproject commit ba356e330c911723d8537d2fb7fbe39df685e22c

View File

@ -170,8 +170,9 @@ $me =~ s/^.+\///;
our $footer=$cfg->val( 'style', 'footer');
our $map_legend = $cfg->val('style', 'map_legend');
$footer =~ s/VAR_CREATED_BY/<I><A HREF=\"http:\/\/rupp.de\/glest\/\">$me<\/A><\/I>, version: <I>$version<\/I>, using config-file: <I>$cfg_file<\/I>, on: <I>$now_string<\/I> /;
#$footer =~ s/VAR_CREATED_BY/<I><A HREF=\"http:\/\/rupp.de\/glest\/\">$me<\/A><\/I>, version: <I>$version<\/I>, using config-file: <I>$cfg_file<\/I>, on: <I>$now_string<\/I> /;
# ^ timestamp should be in the one common footer
$footer =~ s/VAR_CREATED_BY/<I><A HREF=\"http:\/\/rupp.de\/glest\/\">$me<\/A><\/I>, version: <I>$version<\/I>, using config-file: <I>$cfg_file<\/I>/;
our $level_hp = $cfg->val('all', 'level_hp');
our $level_ep = $cfg->val('all', 'level_ep');