[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1052] branches/1.2



Revision: 1052
          http://svn.sourceforge.net/ledger-smb/?rev=1052&view=rev
Author:   tetragon
Date:     2007-04-09 15:44:11 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------
Fixing bug in database update connections

Modified Paths:
--------------
    branches/1.2/Build.PL
    branches/1.2/bin/login.pl

Modified: branches/1.2/Build.PL
===================================================================
--- branches/1.2/Build.PL	2007-04-09 22:16:39 UTC (rev 1051)
+++ branches/1.2/Build.PL	2007-04-09 22:44:11 UTC (rev 1052)
@@ -5,7 +5,7 @@
 
 my $build = Module::Build->new (
 	dist_name => 'LedgerSMB',
-	dist_version => '1.2.0',
+	dist_version => '1.2.2',
 	license => 'GPL',
 	requires => {
 		'perl'				=> '>= 5.8.0',

Modified: branches/1.2/bin/login.pl
===================================================================
--- branches/1.2/bin/login.pl	2007-04-09 22:16:39 UTC (rev 1051)
+++ branches/1.2/bin/login.pl	2007-04-09 22:44:11 UTC (rev 1052)
@@ -298,8 +298,6 @@
 
 			for (qw(dbname dbhost dbport dbdriver dbuser dbpasswd)) { $form->{$_} = $user->{$_} }
 
-			$form->{dbpasswd} = unpack 'u', $form->{dbpasswd};
-
 			$form->{dbupdate} = "db$user->{dbname}";
 			$form->{$form->{dbupdate}} = 1;
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.