]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl cleanup set_limits
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Jan 2009 13:33:13 +0000 (13:33 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Jan 2009 13:33:13 +0000 (13:33 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8372 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/cgi/bresto.pl

index f736b8fb544190cb4185b65fec9e22c616acf7f2..8f518e2224dea9dc023cae1768b81cbb56eadee0 100755 (executable)
@@ -120,7 +120,7 @@ sub get_pathid
 
 sub set_limits
 {
-    my ($self, $limit, $offset) = @_;
+    my ($self, $offset, $limit) = @_;
     $self->{limit}  = $limit  || 100;
     $self->{offset} = $offset || 0;
 }
@@ -828,7 +828,7 @@ if (!scalar(@jobid) and $args->{qdate} and $args->{client}) {
 }
 $bvfs->set_curjobids(@jobid);
 print STDERR "limit=$args->{limit}:$args->{offset} date=$args->{qdate} currentjobids = ", join(",", @jobid), "\n";
-$bvfs->set_limits($args->{limit}, $args->{offset});
+$bvfs->set_limits($args->{offset}, $args->{limit});
 
 if (!scalar(@jobid)) {
     exit 0;