]> git.g-eek.se Git - interimap.git/commitdiff
wibble
authorGuilhem Moulin <guilhem@fripost.org>
Tue, 22 Sep 2015 18:16:47 +0000 (20:16 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Tue, 22 Sep 2015 18:16:47 +0000 (20:16 +0200)
interimap

index 54ae0aaa75886e8e3fee613eb369e3c71b40b647..f9bee129978fc1dd72cae5b10eb9b19df49a1d05 100755 (executable)
--- 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 = ?});