summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/am.pl17
1 files changed, 9 insertions, 8 deletions
diff --git a/bin/am.pl b/bin/am.pl
index 1eaec1f0..4a8e297f 100644
--- a/bin/am.pl
+++ b/bin/am.pl
@@ -2524,11 +2524,11 @@ sub audit_control {
. qq| <input name=audittrail class=radio type=radio value="0" $checked{audittrailN}> |
. $locale->text('No')
. qq|</td>
- </tr>
+ </tr><!-- SC: Disabling audit trail deletion
<tr>
<th align="right">| . $locale->text('Remove Audit trail up to') . qq|</th>
<td><input name=removeaudittrail size=11 title="$myconfig{dateformat}"></td>
- </tr>
+ </tr> -->
</table>
</td>
</tr>
@@ -2578,12 +2578,13 @@ sub doclose {
$msg .= $locale->text('Audit trail disabled');
}
- $msg .= "<p>";
- if ( $form->{removeaudittrail} ) {
- $msg .=
- $locale->text('Audit trail removed up to') . " "
- . $locale->date( \%myconfig, $form->{removeaudittrail}, 1 );
- }
+##SC: Disabling audit trail deletion
+## $msg .= "<p>";
+## if ( $form->{removeaudittrail} ) {
+## $msg .=
+## $locale->text('Audit trail removed up to') . " "
+## . $locale->date( \%myconfig, $form->{removeaudittrail}, 1 );
+## }
$form->redirect($msg);