diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-22 20:16:47 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-22 20:16:47 +0200 |
commit | 3a8ee0765eac38a8ae8695957dec8382f8f4df46 (patch) | |
tree | 8d18e8548812112fd051649d8ab0a630afd8fc48 | |
parent | 612b9e2102e1907709dde325f91d5fdf70ed2534 (diff) |
wibble
-rwxr-xr-x | interimap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = ?}); |