freeside/bin postfix_courierimap.import,1.1,1.2

ivan ivan at pouncequick.420.am
Tue Jun 1 02:23:09 PDT 2004


Update of /home/cvs/cvsroot/freeside/bin
In directory pouncequick:/tmp/cvs-serv25818

Modified Files:
	postfix_courierimap.import 
Log Message:
typo in sql

Index: postfix_courierimap.import
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/postfix_courierimap.import,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postfix_courierimap.import	28 May 2004 13:48:34 -0000	1.1
+++ postfix_courierimap.import	1 Jun 2004 09:23:06 -0000	1.2
@@ -77,7 +77,7 @@
 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;
 




More information about the freeside-commits mailing list