]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix mysql bug
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 10 Dec 2008 10:19:11 +0000 (10:19 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 10 Dec 2008 10:19:11 +0000 (10:19 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8135 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lib/Bweb.pm
gui/bweb/technotes-2.3

index 6c3c30a11a54235bc424155980b6a3074be96d9e..b4e8561ca81bdfe389fc046f4725edfe49da6400 100644 (file)
@@ -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},
index 33d061372ecdd206b93e81858992c9204a113f00..5afe12481d8118adaa095673a95d2b0eff34a8f8 100644 (file)
@@ -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