typo in sql
authorivan <ivan>
Tue, 1 Jun 2004 09:23:06 +0000 (09:23 +0000)
committerivan <ivan>
Tue, 1 Jun 2004 09:23:06 +0000 (09:23 +0000)
bin/postfix_courierimap.import

index ea73367..12c138b 100755 (executable)
@@ -77,7 +77,7 @@ print "\n\n";
 my $dbh = DBI->connect( $datasrc, $db_user, $db_pass )
   or die $DBI::errstr;
 
-my $sth = $dbh->prepare('SELECT username, password, crypt name, domain FROM mailbox')
+my $sth = $dbh->prepare('SELECT username, password, crypt, name, domain FROM mailbox')
   or die $dbh->errstr;
 $sth->execute or die $sth->errstr;