From: ivan Date: Tue, 1 Jun 2004 09:23:07 +0000 (+0000) Subject: typo in sql X-Git-Tag: freeside_1_4_2beta1~78 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e0a677290ff5e9697140aad6fcf5455f3be188bb;p=freeside.git typo in sql --- diff --git a/bin/postfix_courierimap.import b/bin/postfix_courierimap.import index ea7336794..12c138b49 100755 --- a/bin/postfix_courierimap.import +++ b/bin/postfix_courierimap.import @@ -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;