From: ivan Date: Tue, 1 Jun 2004 09:23:06 +0000 (+0000) Subject: typo in sql X-Git-Tag: freeside_1_5_0pre5^2~41 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f492eacdbeb2767aa3ca4390d5c8c753b4573ae2;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;