1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup |
2 |
--- e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2007-11-16 03:45:34.000000000 +0100 |
3 |
+++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2007-11-16 03:44:14.000000000 +0100 |
4 |
@@ -773,7 +773,7 @@ |
5 |
</entry> |
6 |
<entry> |
7 |
<base>ERR_INVALID_COMPRESSION</base> |
8 |
- <trans>Compression level must be set between 0 (no compression) and 7 (maximum compression)</trans> |
9 |
+ <trans>Compression level must be set between 0 (no compression) and 9 (maximum compression)</trans> |
10 |
</entry> |
11 |
<entry> |
12 |
<base>DOW</base> |
13 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup |
14 |
--- e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2007-11-16 03:45:34.000000000 +0100 |
15 |
+++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2007-11-16 03:43:51.000000000 +0100 |
16 |
@@ -1578,7 +1578,7 @@ |
17 |
} |
18 |
|
19 |
my $compression = $q->param ('compression'); |
20 |
- if (( $compression < 0 ) || ( $compression > 7 )) |
21 |
+ if (( $compression < 0 ) || ( $compression > 9 )) |
22 |
{ |
23 |
esmith::cgi::genResult( |
24 |
$q, $fm->localise('ERR_INVALID_COMPRESSION') |