projects
/
usenet
/
usevote.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing options to usevote.tpl.cfg
[usenet/usevote.git]
/
uvvote.pl
diff --git
a/uvvote.pl
b/uvvote.pl
index
a86ef43
..
72a366e
100644
(file)
--- a/
uvvote.pl
+++ b/
uvvote.pl
@@
-122,9
+122,9
@@
if ($clean) {
# normally unixtime is sufficient, if it is not unique append our PID
my $ext = time;
# normally unixtime is sufficient, if it is not unique append our PID
my $ext = time;
- opendir (
TMP
, $config{tmpdir});
+ opendir (
DIR
, $config{tmpdir});
my @tmpfiles = readdir (DIR);
my @tmpfiles = readdir (DIR);
- closedir (
TMP
);
+ closedir (
DIR
);
opendir (FERTIG, $config{archivedir});
my @fertigfiles = readdir (FERTIG);
closedir (FERTIG);
opendir (FERTIG, $config{archivedir});
my @fertigfiles = readdir (FERTIG);
closedir (FERTIG);
This page took
0.010373 seconds
and
4
git commands to generate.