summaryrefslogtreecommitdiff
path: root/rhimport-zffe
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-07-05 15:04:51 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-07-05 15:04:51 (GMT)
commit35ea9c2c28d52c8efb570194b058ac9be62fd21c (patch)
treef006d75d789c198127d68c6697567bc1d0cab193 /rhimport-zffe
parentfa1e54242a55e30606101183b7afede832e9f087 (diff)
db handle fixed
Diffstat (limited to 'rhimport-zffe')
-rwxr-xr-xrhimport-zffe1
1 files changed, 0 insertions, 1 deletions
diff --git a/rhimport-zffe b/rhimport-zffe
index b5ebad1..ac55f46 100755
--- a/rhimport-zffe
+++ b/rhimport-zffe
@@ -51,7 +51,6 @@ my $import_date = sprintf("%04d-%02d-%02d", @import_day);
my $current_date = `cat $STAT_FILE`;
if($current_date eq $import_date) {
print "Already created note of today\n";
- $dbh->disconnect();
exit 0;
}