aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Module
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-06-27 13:09:49 +0200
committerAngelo Naselli <anaselli@linux.it>2014-06-27 13:09:49 +0200
commite1aed81e2734a8ec7b74bf43d280a46f4cc663f1 (patch)
tree7edb29720671de84d168fd012769a4ea05806b36 /lib/AdminPanel/Module
parent5ec722f1d30466f4e8622b64a00e90464a631488 (diff)
downloadcolin-keep-e1aed81e2734a8ec7b74bf43d280a46f4cc663f1.tar
colin-keep-e1aed81e2734a8ec7b74bf43d280a46f4cc663f1.tar.gz
colin-keep-e1aed81e2734a8ec7b74bf43d280a46f4cc663f1.tar.bz2
colin-keep-e1aed81e2734a8ec7b74bf43d280a46f4cc663f1.tar.xz
colin-keep-e1aed81e2734a8ec7b74bf43d280a46f4cc663f1.zip
Removed breakpoints
Diffstat (limited to 'lib/AdminPanel/Module')
-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 = "";