From: Eric Bollengier Date: Wed, 10 Dec 2008 10:19:11 +0000 (+0000) Subject: ebl fix mysql bug X-Git-Tag: Release-3.0.0~505 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=66b5fb54f1e3f62155764172add9135a9d22e0a0;p=bacula%2Fbacula ebl fix mysql bug git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8135 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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