From 66b5fb54f1e3f62155764172add9135a9d22e0a0 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 10 Dec 2008 10:19:11 +0000 Subject: [PATCH] ebl fix mysql bug git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8135 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lib/Bweb.pm | 2 +- gui/bweb/technotes-2.3 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index 6c3c30a11a..b4e8561ca8 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -4543,7 +4543,7 @@ SELECT count(1) AS nbline, unless ($log) { return $self->error("Can't get log for jobid $arg->{jobid}"); } - + $log->{logtxt} =~ s/\0//g; $self->display({ lines=> $log->{logtxt}, nbline => $log->{nbline}, jobid => $arg->{jobid}, diff --git a/gui/bweb/technotes-2.3 b/gui/bweb/technotes-2.3 index 33d061372e..5afe12481d 100644 --- a/gui/bweb/technotes-2.3 +++ b/gui/bweb/technotes-2.3 @@ -1,3 +1,5 @@ +10Dec08 +ebl Fix mysql bug in log output 07Nov08 ebl Fix statistics page ebl Add new "Cancel missing job" feature to be able -- 2.39.5