summaryrefslogtreecommitdiff
path: root/LedgerSMB
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-xLedgerSMB/AM.pm16
1 files changed, 8 insertions, 8 deletions
diff --git a/LedgerSMB/AM.pm b/LedgerSMB/AM.pm
index 56e34ce7..3cf50a2d 100755
--- a/LedgerSMB/AM.pm
+++ b/LedgerSMB/AM.pm
@@ -1513,14 +1513,14 @@ sub backup {
$myconfig->{dbhost} = 'localhost' unless $myconfig->{dbhost};
print OUT qq|-- LedgerSMB Backup
- -- Dataset: $myconfig->{dbname}
- -- Version: $form->{dbversion}
- -- Host: $myconfig->{dbhost}
- -- Login: $form->{login}
- -- User: $myconfig->{name}
- -- Date: $today
- --
- |;
+-- Dataset: $myconfig->{dbname}
+-- Version: $form->{dbversion}
+-- Host: $myconfig->{dbhost}
+-- Login: $form->{login}
+-- User: $myconfig->{name}
+-- Date: $today
+--
+|;
@tables = grep !/^temp/, @tables;