git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6144
91ce42f0-d328-0410-95d8-
f526ca767f89
x_min => 0,
y_min => 0,
- x_max => 0,
- y_max => 0,
+ x_max => 1,
+ y_max => 1,
+ z_max => 1,
data => [],
type => {},
return unless (scalar(@data));
# the max z will take something like 10% of the total size
- $self->{z_max} = sqrt($data[0]->[2]);
+ $self->{z_max} = sqrt($data[0]->[2]) || 1;
my $c=0;
# print STDERR "max: x=$self->{x_max} y=$self->{y_max} z=$self->{z_max}\n";
+27Dec07
+ebl Fix a couple of small bug in GBalloon module when
+ we don't find any valid job
+
23Dec07
ebl Each user can have a different template dir (lang).
ebl WARNING: now, bweb/tpl contains main tpl files