From: Guilhem Moulin Date: Tue, 22 Sep 2015 18:16:47 +0000 (+0200) Subject: wibble X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=3a8ee0765eac38a8ae8695957dec8382f8f4df46;p=interimap.git wibble --- 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 = ?});