freeside/bin postfix_courierimap.import,1.1.2.1,1.1.2.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-serv25822

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	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.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- postfix_courierimap.import	28 May 2004 13:49:05 -0000	1.1.2.1
+++ postfix_courierimap.import	1 Jun 2004 09:23:07 -0000	1.1.2.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