summaryrefslogtreecommitdiff
path: root/rhimport-zffe
diff options
context:
space:
mode:
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;
}