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

SF.net SVN: ledger-smb: [1064] branches/1.2/LedgerSMB/AM.pm



Revision: 1064
          http://svn.sourceforge.net/ledger-smb/?rev=1064&view=rev
Author:   linuxpoet
Date:     2007-04-10 22:05:42 -0700 (Tue, 10 Apr 2007)

Log Message:
-----------
add prefix c thus sqlc for binary formats (to please Seneca)

Modified Paths:
--------------
    branches/1.2/LedgerSMB/AM.pm

Modified: branches/1.2/LedgerSMB/AM.pm
===================================================================
--- branches/1.2/LedgerSMB/AM.pm	2007-04-11 02:48:51 UTC (rev 1063)
+++ branches/1.2/LedgerSMB/AM.pm	2007-04-11 05:05:42 UTC (rev 1064)
@@ -1614,7 +1614,7 @@
 	my $today = scalar localtime;
 
 	# compress backup if gzip defined
-	my $suffix = "";
+	my $suffix = "c";
 
 	if ($form->{media} eq 'email') {
 		print OUT qx(PGPASSWORD="$myconfig->{dbpasswd}" pg_dump -U $myconfig->{dbuser} -h $myconfig->{dbhost} -Fc -p $myconfig->{dbport} $myconfig->{dbname});


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