aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/AdminPanel/Module/Clock.pm1
-rw-r--r--lib/AdminPanel/Module/LogViewer.pm3
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/AdminPanel/Module/Clock.pm b/lib/AdminPanel/Module/Clock.pm
index e3e7130..99ca2f1 100644
--- a/lib/AdminPanel/Module/Clock.pm
+++ b/lib/AdminPanel/Module/Clock.pm
@@ -313,7 +313,6 @@ sub _adminClockPanel {
if ($info->{time_zone}->{UTC}) {
# (1)
- $DB::single = 1;
$self->sh_tz->writeConfiguration($info->{time_zone});
}
if ($ntpFrame->value()) {
diff --git a/lib/AdminPanel/Module/LogViewer.pm b/lib/AdminPanel/Module/LogViewer.pm
index 222dafc..ec6025d 100644
--- a/lib/AdminPanel/Module/LogViewer.pm
+++ b/lib/AdminPanel/Module/LogViewer.pm
@@ -510,7 +510,6 @@ sub _save {
sub _search {
my ($self, $log_opts) = @_;
-$DB::single = 1;
my $log = AdminPanel::Shared::JournalCtl->new(%{$log_opts});
my $all = $log->getLog();
@@ -530,8 +529,6 @@ $DB::single = 1;
sub _parse_content {
my ($self, $info) = @_;
- $DB::single = 1;
-
my $ey = "";
my $en = "";