aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-22 20:16:47 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-22 20:16:47 +0200
commit3a8ee0765eac38a8ae8695957dec8382f8f4df46 (patch)
tree8d18e8548812112fd051649d8ab0a630afd8fc48
parent612b9e2102e1907709dde325f91d5fdf70ed2534 (diff)
wibble
-rwxr-xr-xinterimap2
1 files changed, 1 insertions, 1 deletions
diff --git a/interimap b/interimap
index 54ae0aa..f9bee12 100755
--- a/interimap
+++ b/interimap
@@ -276,7 +276,7 @@ foreach my $name (qw/local remote/) {
#
# Add a new mailbox to the database.
-my $STH_INSERT_MAILBOX= $DBH->prepare(q{INSERT INTO mailboxes (mailbox,subscribed) VALUES (?,?)});
+my $STH_INSERT_MAILBOX = $DBH->prepare(q{INSERT INTO mailboxes (mailbox,subscribed) VALUES (?,?)});
# Get the index associated with a mailbox.
my $STH_GET_INDEX = $DBH->prepare(q{SELECT idx,subscribed FROM mailboxes WHERE mailbox = ?});