Hello,

There is small Bweb.pm problem in revision 9134,
here is my hot fix:

--- /home/ul/bacula/trunk/gui/bweb/lib/Bweb.pm  2009-07-30 21:44:17.000000000 
+0200
+++ /usr/lib/perl5/site_perl/5.8.8/Bweb.pm      2009-07-31 10:19:03.000000000 
+0200
@@ -4037,8 +4037,8 @@
     my $status = $row->{jobstatus};
 
     if ($status =~ /[TfAaEWD]/) {
-       $bweb->display_job_zoom($arg->{jobid});
-       $bweb->get_job_log();
+       $self->display_job_zoom($arg->{jobid});
+       $self->get_job_log();
         return;
     }

Regards
Ulrich


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to